Skip to content

Commit dd7a288

Browse files
fix(release-please): add issues permission
1 parent 7e14f90 commit dd7a288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
permissions:
1212
contents: write
13+
issues: write
1314
pull-requests: write
1415

1516
jobs:
@@ -26,4 +27,4 @@ jobs:
2627
- name: Run release-please
2728
uses: googleapis/release-please-action@v4
2829
with:
29-
token: ${{ steps.get_token.outputs.token }}
30+
token: ${{ steps.get_token.outputs.token }}

0 commit comments

Comments
 (0)