Skip to content

Commit 9b027c9

Browse files
committed
ci: permission to write all
1 parent df13f6e commit 9b027c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/on-main-push.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828

2929
release-please:
3030
needs: [tests, integration-tests]
31-
permissions:
32-
contents: write
33-
pull-requests: write
31+
permissions: write-all
3432
uses: ./.github/workflows/create-release-pr.yaml
3533
secrets:
3634
RELEASE_PLEASE_TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}

0 commit comments

Comments
 (0)