Skip to content

Commit

Permalink
Merge pull request #236 from awslabs/rapphil-fix-release
Browse files Browse the repository at this point in the history
Add correct permission to release workflow
  • Loading branch information
rapphil authored Feb 12, 2025
2 parents efbc323 + a0b02f5 commit 1515ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

permissions:
id-token: write
contents: read
contents: write # allow the workflow to create release notes

env:
AWS_PUBLIC_ECR_REGION: us-east-1
Expand Down

0 comments on commit 1515ef9

Please sign in to comment.