We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97eb12 commit b5c8a5cCopy full SHA for b5c8a5c
.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