Skip to content

Commit 8303b36

Browse files
authored
Update rebase_workflow.yml
1 parent a8e379a commit 8303b36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rebase_workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
env:
3636
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
3737
run: |
38-
gh config set git_protocol ssh -h github.com
3938
gh repo clone ${{ github.repository }} ./
4039
gh pr checkout ${{ github.event.inputs.prNumber }}
4140
@@ -45,6 +44,8 @@ jobs:
4544
- name: Rebase and push
4645
id: rebase_and_push
4746
continue-on-error: true
47+
env:
48+
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
4849
run: |
4950
git rebase ${BRANCH_NAME}
5051
git push --force

0 commit comments

Comments
 (0)