Skip to content
Snippets Groups Projects
Unverified Commit 1c0820d3 authored by Maksym H's avatar Maksym H Committed by GitHub
Browse files

fixed token (#6958)

#6940
parent 53f6473c
No related merge requests found
Pipeline #510033 waiting for manual action with stages
in 35 minutes and 8 seconds
......@@ -418,7 +418,7 @@ jobs:
# Push the results to the target branch
git remote add \
github \
"https://token:${{ steps.generate_token_commit.outputs.token }}@github.com/${{ github.event.repository.owner.login }}/${{ github.event.repository.name }}.git" || :
"https://x-access-token:${{ steps.generate_token_commit.outputs.token }}@github.com/${{ needs.get-pr-branch.outputs.repo }}.git" || :
push_changes() {
git push github "HEAD:${{ needs.get-pr-branch.outputs.pr-branch }}"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment