Skip to content

Commit 4812da4

Browse files
authored
fix(action): update s3 vars (#5741)
1 parent e2088f2 commit 4812da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/illustrations-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
aws s3 sync packages/illustrations/src/assets s3://${{ env.BUCKET_NAME }}/illustrations/ --exclude "*" --include "*.webp" --include "*.svg" --acl public-read --cache-control max-age=2592000,public
4747
aws s3api put-bucket-cors --bucket ${{ env.BUCKET_NAME }} --cors-configuration file://.aws/cors.json
4848
env:
49-
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
50-
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_KEY }}
49+
AWS_ACCESS_KEY_ID: ${{ vars.SCW_ACCESS_KEY }}
50+
AWS_SECRET_ACCESS_KEY: ${{ secrets.SCW_SECRET_KEY }}

0 commit comments

Comments
 (0)