Skip to content

Commit 26ac09b

Browse files
authored
build: grant permissions to release-please action (#1090)
Signed-off-by: Jeff Ching <[email protected]>
1 parent 5792afc commit 26ac09b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/release-please.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
branches:
44
- main
55
workflow_dispatch:
6+
permissions:
7+
contents: write
8+
pull-requests: write
69
name: release-please
710
env:
811
ACTION_NAME: release-please-action

0 commit comments

Comments
 (0)