Skip to content

Commit 715c854

Browse files
authored
Give contents and pull-requests write permissions to release workflow (#817)
1 parent 7a96159 commit 715c854

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
needs: call-build
1212
runs-on: ubuntu-latest
1313
permissions:
14+
contents: write
1415
id-token: write
16+
pull-requests: write
1517
steps:
1618
- uses: actions/checkout@v4
1719
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)