Skip to content

Commit

Permalink
ci: add pull-requests write permission to release workflow
Browse files Browse the repository at this point in the history
• Adds 'pull-requests: write' permission to the release workflow
• Ensures the workflow has necessary access for pull request operations
  • Loading branch information
EvanNotFound committed Dec 2, 2024
1 parent cdecc01 commit 225574d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:

permissions:
contents: write
pull-requests: write

jobs:
release:
Expand Down

0 comments on commit 225574d

Please sign in to comment.