Skip to content

Commit

Permalink
fix: update_gh_token (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L authored Nov 14, 2024
1 parent c61d8de commit 8a9866c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
Expand All @@ -89,6 +90,7 @@ jobs:
id: release
uses: python-semantic-release/[email protected]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish package distributions to PyPI
Expand Down

0 comments on commit 8a9866c

Please sign in to comment.