File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 - name : Set up Python environment
2424 uses : actions/setup-python@v6
2525 with :
26- python-version : " 3.14.0 "
27- - uses : pnpm/action-setup@v4.2 .0
28- - uses : actions/setup-node@v6 .0.0
26+ python-version : " 3.13.7 "
27+ - uses : pnpm/action-setup@v4.1 .0
28+ - uses : actions/setup-node@v5 .0.0
2929 with :
3030 node-version : 22.20.0
3131 cache : " pnpm"
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 }}
You can’t perform that action at this time.
0 commit comments