We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750ed69 commit c6f52deCopy full SHA for c6f52de
.github/workflows/npm.yml
@@ -31,4 +31,7 @@ jobs:
31
run: npm run build-and-test
32
- name: Release
33
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 }}
37
run: npm run release
0 commit comments