Skip to content

Commit 5c04e87

Browse files
committed
TEST-CI: Fix typo.
1 parent 77d82aa commit 5c04e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: release
4141
uses: python-semantic-release/python-semantic-release@v9.7.3
4242
with:
43-
github_token: ${{ secrets.GITHUB_TOKEN }}
43+
github_token: ${{ secrets.GH_TOKEN }}
4444
- name: Publish package distributions to PyPI
4545
uses: pypa/gh-action-pypi-publish@release/v1
4646
# NOTE: DO NOT wrap the conditional in ${{ }} as it will always evaluate to true.

0 commit comments

Comments
 (0)