We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d82aa commit 5c04e87Copy full SHA for 5c04e87
1 file changed
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
id: release
41
uses: python-semantic-release/python-semantic-release@v9.7.3
42
with:
43
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GH_TOKEN }}
44
- name: Publish package distributions to PyPI
45
uses: pypa/gh-action-pypi-publish@release/v1
46
# NOTE: DO NOT wrap the conditional in ${{ }} as it will always evaluate to true.
0 commit comments