Skip to content

Commit

Permalink
fix: Github is stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Sep 8, 2023
1 parent 4908db4 commit 94202c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: Python Semantic Release
id: release
# https://github.com/python-semantic-release/python-semantic-release/releases
uses: python-semantic-release/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand All @@ -35,4 +36,4 @@ jobs:
uses: python-semantic-release/upload-to-gh-release@main
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}

0 comments on commit 94202c0

Please sign in to comment.