We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f05cc1 commit facb3e8Copy full SHA for facb3e8
1 file changed
.github/workflows/python-publish.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Commit & Push changes
36
uses: actions-js/push@master
37
with:
38
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GH_TOKEN }}
39
- name: Set credentials
40
run: python -m poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
41
- name: Publish package
0 commit comments