Skip to content

Commit 295744e

Browse files
committed
Set permissions
1 parent 29a2f96 commit 295744e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-ripunzip.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
paths:
1818
- .github/workflows/build-ripunzip.yml
1919

20+
permissions: {}
21+
2022
jobs:
2123
versions:
2224
runs-on: ubuntu-slim
@@ -116,6 +118,9 @@ jobs:
116118
publish:
117119
needs: [versions, build]
118120
if: inputs.open-pr == 'true'
121+
permissions:
122+
contents: write
123+
pull-requests: write
119124
runs-on: ubuntu-slim
120125
steps:
121126
# workaround for git-lfs not being installed yet on ubuntu-slim runners

0 commit comments

Comments
 (0)