Skip to content

Commit 7e2724a

Browse files
committed
fix(action): adding explicit PR permissions to automation
1 parent e4b09e2 commit 7e2724a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
permissions:
1212
id-token: write # Required for OIDC
1313
contents: write
14+
pull-requests: write
1415

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

0 commit comments

Comments
 (0)