Skip to content

Commit

Permalink
chore: enable token again
Browse files Browse the repository at this point in the history
  • Loading branch information
Nr18 committed Mar 4, 2024
1 parent 69e751e commit 15573c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ jobs:
fetch-depth: 0
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
# with:
# # We are using a GH_TOKEN from the organization
# github_token: ${{ secrets.GITHUB_TOKEN }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 15573c5

Please sign in to comment.