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 f2989ce commit d4ca1c1Copy full SHA for d4ca1c1
.github/workflows/release.yml
@@ -39,5 +39,13 @@ jobs:
39
aws ecr-public get-login-password --region ap-southeast-2 | docker login --username AWS --password-stdin public.ecr.aws/m0q0z2r6
40
npm ci
41
npm run build
42
+ env:
43
+ AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
44
+ AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
45
+ AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
46
- name: Publish 🚀
47
run: npm run release
48
49
50
51
0 commit comments