We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59a0fb8 + 53458f8 commit 1c430c2Copy full SHA for 1c430c2
.github/workflows/release.yml
@@ -46,6 +46,6 @@ jobs:
46
- name: Python Semantic Release
47
uses: relekang/python-semantic-release@master
48
with:
49
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.PAT }}
50
repository_username: ${{ secrets.PYPI_USERNAME }}
51
repository_password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments