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 f97eb12 + b5c8a5c commit 3419bc9Copy full SHA for 3419bc9
.github/workflows/ci.yml
@@ -46,11 +46,12 @@ jobs:
46
with:
47
ref: ${{ github.ref }}
48
fetch-depth: 0
49
+ token: ${{ secrets.SILENTWORKS_PAT }}
50
- name: Python Semantic Release
51
id: release
52
uses: python-semantic-release/[email protected]
53
- github_token: ${{ secrets.SILENTWORKS_PAT }}
54
+ github_token: ${{ secrets.GITHUB_TOKEN }}
55
56
- name: Publish package distributions to PyPI
57
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments