Skip to content

Commit 8a151e1

Browse files
committed
ci: use gh token with gh cli
1 parent b0de526 commit 8a151e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@ jobs:
4242
name: publish
4343
needs: [release, build]
4444
runs-on: ubuntu-latest
45+
env:
46+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4547
steps:
4648
- run: gh release edit ${{ needs.release.outputs.tag_name }} --draft=false

0 commit comments

Comments
 (0)