Skip to content

Commit

Permalink
chore: grant more permissions to the qns release workflow (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch authored Nov 7, 2024
1 parent cfd87b9 commit 799921c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ on:
name: release

permissions:
id-token: write # This is required for requesting the JWT
id-token: write # This is required for requesting the JWT (used for docker push to AWS ECR)
contents: read # This is required for actions/checkout
packages: write # This is required for docker push to ghcr

jobs:
qns:
Expand Down

0 comments on commit 799921c

Please sign in to comment.