Skip to content

Commit

Permalink
chore: grant more permissions to the qns release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed Nov 7, 2024
1 parent 6c7057f commit ebb6ccf
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 ebb6ccf

Please sign in to comment.