Skip to content

Commit

Permalink
[skip ci] Add pull-requests permissions to prepare-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
burnoo committed Aug 3, 2024
1 parent 6ad912c commit 37b43b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Prepare release

permissions:
contents: write
pull-requests: write

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 37b43b0

Please sign in to comment.