Skip to content

Commit

Permalink
ci: add missing permissions for semantic-release (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-prudhomme authored Mar 19, 2024
1 parent 078a308 commit 03eb033
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
permissions:
contents: write # for cycjimmy/semantic-release-action
id-token: write # for cosign
issues: write # for cycjimmy/semantic-release-action
packages: write # for docker/build-push-action
pull-requests: write # for cycjimmy/semantic-release-action
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit 03eb033

Please sign in to comment.