Skip to content

Commit 073c11e

Browse files
Merge pull request #14 from humbertogontijo/semantic_release_version_source
fix: change github token from user defined secret to default secret
2 parents 1a02d5c + 5886535 commit 073c11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ jobs:
6868
- name: Python Semantic Release
6969
uses: relekang/[email protected]
7070
with:
71-
github_token: ${{ secrets.GH_TOKEN }}
71+
github_token: ${{ secrets.GITHUB_TOKEN }}
7272
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)