Skip to content

Commit 00d41af

Browse files
authored
Fix: add pull-requests write permission for release PR comments (#1973)
1 parent 30ea16e commit 00d41af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
permissions:
11-
contents: write # Needed for git push operations
12-
id-token: write # Required for OIDC trusted publishing
11+
contents: write # Needed for git push operations
12+
id-token: write # Required for OIDC trusted publishing
13+
pull-requests: write # Needed to post release comments on PRs
1314
steps:
1415
- uses: actions/checkout@v2 # checkout visx + this commit
1516
with:

0 commit comments

Comments
 (0)