Skip to content

Commit 8d69989

Browse files
authored
Update rebase_workflow.yml
1 parent 54cc462 commit 8d69989

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/rebase_workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ 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 }}
4947
run: |
5048
git rebase ${BRANCH_NAME}
5149
git remote set-url origin https://x-access-token:${{ steps.generate_token.outputs.token }}@github.com/${{ github.repository }}.git

0 commit comments

Comments
 (0)