We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91ad2d commit 62716f6Copy full SHA for 62716f6
.github/workflows/python-publish.yml
@@ -68,9 +68,9 @@ jobs:
68
69
- name: Delete auto-update branch
70
if: steps.cpr.outputs.pull-request-operation == 'created'
71
- run: git push origin --delete auto-update
72
- env:
73
- GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
+ run: |
+ git remote set-url origin https://x-access-token:${{ secrets.REPO_PUSH_TOKEN }}@github.com/${{ github.repository }}
+ git push origin --delete auto-update
74
75
- name: Configure Poetry for PyPI
76
run: |
0 commit comments