We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 093db9d + d175d41 commit 161bb0bCopy full SHA for 161bb0b
.github/workflows/release.yml
@@ -12,8 +12,9 @@ jobs:
12
- uses: actions/checkout@v2
13
with:
14
fetch-depth: 0
15
+ token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
16
- name: Python Semantic Release
17
uses: relekang/python-semantic-release@master
18
- github_token: ${{ secrets.GITHUB_TOKEN }}
19
+ github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
20
pypi_token: ${{ secrets.PYPI_TOKEN }}
0 commit comments