Skip to content

Commit a185e6a

Browse files
var name switch
1 parent fe07eb0 commit a185e6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-5.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
3737
aws_region_name: 'us-east-1'
38-
aws_secret_id: ${{ secrets.APP_SECRET_KEY}}
38+
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
3939
npm_package_name: 'bson'
4040
- run: npm publish --provenance --tag=5x
4141
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
3434
aws_region_name: 'us-east-1'
35-
aws_secret_id: ${{ secrets.APP_SECRET_KEY}}
35+
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
3636
npm_package_name: 'bson'
3737
- run: npm publish --provenance
3838
env:

0 commit comments

Comments
 (0)