Skip to content

Commit 9dd39d5

Browse files
update env secrets in the test-backend.yml
1 parent 62c48e8 commit 9dd39d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-backend.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ on:
1212
jobs:
1313
test-backend:
1414
runs-on: ubuntu-latest
15+
env:
16+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
17+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
18+
AWS_REGION: ${{ secrets.AWS_REGION }}
19+
S3_BUCKET: ${{ secrets.S3_BUCKET }}
1520
steps:
1621
- name: Checkout
1722
uses: actions/checkout@v4

0 commit comments

Comments
 (0)