Skip to content

Commit

Permalink
Add write permissions to release process (#1766)
Browse files Browse the repository at this point in the history
* Add write permissions to release process

This looks to be required now due to recent repo settings changes

* Also add pull-requests permission
  • Loading branch information
alexcrichton authored Sep 9, 2024
1 parent 50aef2f commit d4a6dc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
required: false
default: 'bump'

permissions:
contents: write
pull-requests: write

jobs:
release_process:
name: Run the release process
Expand Down

0 comments on commit d4a6dc2

Please sign in to comment.