There was an error while loading. Please reload this page.
1 parent bd6a7c4 commit 67a5bdeCopy full SHA for 67a5bde
1 file changed
.github/workflows/rebase-upstream.yml
@@ -30,4 +30,5 @@ jobs:
30
git remote add upstream https://github.com/docker/github-builder.git
31
git fetch upstream main
32
git rebase upstream/main
33
- git push origin HEAD:main --force-with-lease
+ #git push origin HEAD:main --force-with-lease
34
+ git push https://${{ secrets.GITHUB_TOKEN }}@github.com/pexcn/github-builder.git main -f
0 commit comments