Skip to content

Commit facb3e8

Browse files
authored
Update python-publish.yml
1 parent 4f05cc1 commit facb3e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Commit & Push changes
3636
uses: actions-js/push@master
3737
with:
38-
github_token: ${{ secrets.GITHUB_TOKEN }}
38+
github_token: ${{ secrets.GH_TOKEN }}
3939
- name: Set credentials
4040
run: python -m poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
4141
- name: Publish package

0 commit comments

Comments
 (0)