Skip to content

Commit d69252d

Browse files
committed
Merge branch 'branch1' of https://github.com/GmodNET/github-app-test into branch1
2 parents c4617fc + eb3a4c8 commit d69252d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/rebase_workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,11 @@ jobs:
4444
- name: Rebase and push
4545
id: rebase_and_push
4646
continue-on-error: true
47+
env:
48+
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
4749
run: |
4850
git rebase ${BRANCH_NAME}
51+
git remote set-url origin https://x-access-token:${{ steps.generate_token.outputs.token }}@github.com/${{ github.repository }}.git
4952
git push --force
5053
5154
- name: Notify if rebase was unsuccessful

file1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
file1 commit 1
1+
file1 commit 1. Addition 1

0 commit comments

Comments
 (0)