Skip to content

Commit 0c0c11f

Browse files
committed
Set permissions to write-all in release CI
1 parent e2b8d2d commit 0c0c11f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ jobs:
154154
GH_REPO: ${{ github.repository }}
155155
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
156156

157-
permissions:
158-
contents: write
157+
permissions: write-all
159158

160159
# so it only publishes releases on the main repository
161160
if: github.repository == 'flintlib/flint'

0 commit comments

Comments
 (0)