Skip to content

Commit c6f52de

Browse files
authored
Expose AWS secrets for deployments
1 parent 750ed69 commit c6f52de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@ jobs:
3131
run: npm run build-and-test
3232
- name: Release
3333
if: github.ref == 'refs/heads/main'
34+
env:
35+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
36+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3437
run: npm run release

0 commit comments

Comments
 (0)