feat: adding csp update

This commit is contained in:
Chubby Granny Chaser 2024-12-02 17:10:13 +00:00
parent 5bc424796a
commit 7f600a0cbf
No known key found for this signature in database
10 changed files with 37 additions and 53 deletions

View file

@ -22,16 +22,6 @@ jobs:
with:
node-version: 20.18.0
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.R2_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.R2_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}
- name: Push build to R2
run: aws s3 sync ./docs s3://${{ vars.BUILDS_BUCKET_NAME }}
- name: Install dependencies
run: yarn