We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e6bfa commit fe793c8Copy full SHA for fe793c8
1 file changed
.github/workflows/build-ripunzip.yml
@@ -17,6 +17,8 @@ on:
17
paths:
18
- .github/workflows/build-ripunzip.yml
19
20
+permissions: {}
21
+
22
jobs:
23
versions:
24
runs-on: ubuntu-slim
@@ -116,6 +118,9 @@ jobs:
116
118
publish:
117
119
needs: [versions, build]
120
if: inputs.open-pr == 'true'
121
+ permissions:
122
+ contents: write
123
+ pull-requests: write
124
125
steps:
126
# workaround for git-lfs not being installed yet on ubuntu-slim runners
0 commit comments