Skip to content

Commit 5bbdfe8

Browse files
authored
ci: fix static CF env vars
1 parent cf21b8f commit 5bbdfe8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ jobs:
201201
- name: Collect + Push Statics
202202
env:
203203
DEBIAN_FRONTEND: noninteractive
204-
AWS_ACCESS_KEY_ID: ${{ secrets.CF_R2_KEY_ID }}
205-
AWS_SECRET_ACCESS_KEY: ${{ secrets.CF_R2_KEY_SECRET }}
204+
AWS_ACCESS_KEY_ID: ${{ secrets.CF_R2_STATIC_KEY_ID }}
205+
AWS_SECRET_ACCESS_KEY: ${{ secrets.CF_R2_STATIC_KEY_SECRET }}
206206
AWS_DEFAULT_REGION: auto
207207
AWS_ENDPOINT_URL: ${{ secrets.CF_R2_ENDPOINT }}
208208
run: |

0 commit comments

Comments
 (0)