Skip to content

Commit 8f4debf

Browse files
committed
allow updating PR in release.yml
1 parent e71f556 commit 8f4debf

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 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
99

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

1415
jobs:
1516
release:

0 commit comments

Comments
 (0)