Skip to content

Commit 5b191e8

Browse files
committed
ci: fix contents permissions
1 parent fcbcb78 commit 5b191e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
permissions:
1616
actions: read
1717
checks: read
18-
contents: write
18+
contents: read
1919
id-token: write
2020
issues: write
2121
pull-requests: read
@@ -25,6 +25,8 @@ jobs:
2525
release:
2626
name: Release
2727
runs-on: ubuntu-latest
28+
permissions:
29+
contents: write
2830
strategy:
2931
fail-fast: false
3032
matrix:

0 commit comments

Comments
 (0)