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.
2 parents c4617fc + eb3a4c8 commit d69252dCopy full SHA for d69252d
.github/workflows/rebase_workflow.yml
@@ -44,8 +44,11 @@ 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
52
git push --force
53
54
- name: Notify if rebase was unsuccessful
file1.txt
@@ -1 +1 @@
1
-file1 commit 1
+file1 commit 1. Addition 1
0 commit comments