Skip to content

Commit

Permalink
fix: Change token (#16)
Browse files Browse the repository at this point in the history
* fix: token key

* fix: token github
  • Loading branch information
asafgardin authored Nov 19, 2023
1 parent 0b76344 commit d876a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GH_PAT_SEM_REL }}
github_token: ${{ secrets.GITHUB_TOKEN }}
root_options: "-vv"

- name: Publish package distributions to GitHub Releases
Expand Down

0 comments on commit d876a43

Please sign in to comment.