Skip to content

Commit 5886535

Browse files
fix: change github token from user defined secret to default secret
1 parent 20d3c59 commit 5886535

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)