Skip to content

Commit aa38691

Browse files
Fix secret access key
1 parent f1ac36b commit aa38691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
TAP_GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB_CLOUD }}
3636
# AWS credentials for pushing to tiger-cli-releases S3 bucket
3737
AWS_ACCESS_KEY_ID: ${{ secrets.ORG_AWS_ACCESS_KEY_ID }}
38-
AWS_SECRET_KEY_ID: ${{ secrets.ORG_AWS_SECRET_ACCESS_KEY }}
38+
AWS_SECRET_ACCESS_KEY: ${{ secrets.ORG_AWS_SECRET_ACCESS_KEY }}
3939
AWS_REGION: us-east-1

0 commit comments

Comments
 (0)