Skip to content

Commit 6b02321

Browse files
ci(github): set GH_TOKEN in release-please.yml
1 parent ff9ff37 commit 6b02321

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-please.yml

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

77
permissions:
88
contents: write
9-
issues: write
109
pull-requests: write
1110

1211
jobs:
@@ -50,3 +49,5 @@ jobs:
5049
5150
- name: Tag latest release
5251
run: gh release edit ${{ needs.release.outputs.tag_name }} --latest
52+
env:
53+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)