Skip to content

Commit

Permalink
fix: move gh token to env
Browse files Browse the repository at this point in the history
  • Loading branch information
jlkravitz committed Jul 1, 2024
1 parent 7cbfc8d commit 95e292c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
id: release
uses: python-semantic-release/python-semantic-release@v9.8.3
with:
github_token: ${{ secrets.GH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@v1.9.0
Expand Down

0 comments on commit 95e292c

Please sign in to comment.