File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Setup Node.js environment
13
- uses : actions/setup-node@v2
13
+ uses : actions/setup-node@v4
14
14
with :
15
- node-version : " 16 "
15
+ node-version : " 22 "
16
16
17
17
- name : Checkout
18
18
uses : actions/checkout@v2
52
52
fs.writeFileSync('./cleaned/filelist.json', JSON.stringify(fileNames, null, 2));
53
53
- name : Upload to CDN
54
54
env :
55
- AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
56
- AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
55
+ AWS_ACCESS_KEY_ID : ${{ secrets.DEPLOY_AWS_ACCESS_KEY_ID }}
56
+ AWS_SECRET_ACCESS_KEY : ${{ secrets.DEPLOY_AWS_SECRET_ACCESS_KEY }}
57
57
AWS_DEFAULT_REGION : eu-central-1
58
58
run : |
59
59
aws s3 cp stickers s3://cdn.rs.school/sloths/stickers --recursive --cache-control "public,max-age=300,immutable"
You can’t perform that action at this time.
0 commit comments