Skip to content

Commit

Permalink
ci: fix token permissions (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparten11740 committed Apr 30, 2024
1 parent 1feff15 commit d4de1b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
- master

permissions:
contents: read
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

jobs:
publish:
Expand Down

0 comments on commit d4de1b7

Please sign in to comment.