Skip to content

Commit 151596b

Browse files
committed
Update permissions in release workflow
1 parent 6545d4f commit 151596b

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
@@ -10,7 +10,9 @@ jobs:
1010
timeout-minutes: 15
1111
runs-on: ubuntu-latest
1212
permissions:
13-
contents: read
13+
contents: write
14+
issues: write
15+
pull-requests: write
1416
id-token: write
1517
steps:
1618
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)