Skip to content

Commit

Permalink
Fix permissions in action
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKrebel committed Dec 16, 2024
1 parent 2f5f586 commit 3c323ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
NPM_CONFIG_REGISTRY: "https://registry.npmjs.org"
run: npx semantic-release

permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance

0 comments on commit 3c323ee

Please sign in to comment.