Skip to content

Commit 4f2abc3

Browse files
committed
ci: fix permissions for ‹Prepare release›
Signed-off-by: Matej Focko <[email protected]>
1 parent a85c69d commit 4f2abc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/prepare-release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
# To not run in forks
1212
if: github.repository_owner == 'packit'
1313
runs-on: ubuntu-latest
14+
permissions:
15+
pull-requests: write
16+
contents: write
1417

1518
steps:
1619
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)