Skip to content

Commit

Permalink
fix: change github token from user defined secret to default secret
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertogontijo committed Mar 28, 2023
1 parent 20d3c59 commit 5886535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
- name: Python Semantic Release
uses: relekang/[email protected]
with:
github_token: ${{ secrets.GH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 5886535

Please sign in to comment.