Skip to content

Commit

Permalink
fix: bot release token (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 24, 2024
1 parent 3f7c839 commit 1868448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
id: release
if: github.ref_name == 'main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.BOT_ACCESS_TOKEN }}

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand All @@ -129,4 +129,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_ACCESS_TOKEN }}

0 comments on commit 1868448

Please sign in to comment.