Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
Give missing permissions for the release workflow
  • Loading branch information
rapphil authored Jul 18, 2024
1 parent b741d83 commit c3fbb4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
- 'true'
- 'false'

permissions:
id-token: write
contents: read

env:
AWS_PUBLIC_ECR_REGION: us-east-1
AWS_PRIVATE_ECR_REGION: us-west-2
Expand Down

0 comments on commit c3fbb4b

Please sign in to comment.