Skip to content

Commit 96a595d

Browse files
committed
fix: github token permissions
1 parent 391a21a commit 96a595d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
workflow_dispatch:
1010

1111
permissions:
12-
contents: read
12+
contents: write
13+
pull-requests: write
1314
id-token: write
1415

1516
concurrency: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)