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 54cc462 commit 8d69989Copy full SHA for 8d69989
.github/workflows/rebase_workflow.yml
@@ -44,8 +44,6 @@ jobs:
44
- name: Rebase and push
45
id: rebase_and_push
46
continue-on-error: true
47
- env:
48
- GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
49
run: |
50
git rebase ${BRANCH_NAME}
51
git remote set-url origin https://x-access-token:${{ steps.generate_token.outputs.token }}@github.com/${{ github.repository }}.git
0 commit comments