Skip to content

Commit

Permalink
ci: fix permissions for ‹Prepare release› (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfocko authored Oct 30, 2023
2 parents a85c69d + 4f2abc3 commit d7ace37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
# To not run in forks
if: github.repository_owner == 'packit'
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d7ace37

Please sign in to comment.