Skip to content

Commit

Permalink
Fix: added missing workspace permission (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
synapse authored May 22, 2024
1 parent ad591a6 commit e323b8b
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 @@ -18,8 +18,9 @@ on:
jobs:
release:
permissions:
pull-requests: write
contents: write
issues: write
pull-requests: write
id-token: write
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e323b8b

Please sign in to comment.