Skip to content

Commit dd84074

Browse files
committed
Add missing token for GitHub CLI
1 parent 8272dc7 commit dd84074

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,5 @@ jobs:
114114
id: create_release
115115
# https://cli.github.com/manual/gh_release_create
116116
run: gh release create "${GITHUB_REF_NAME}" --verify-tag --notes-file release_body.md
117+
env:
118+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)