File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - name : Configure git and update package-lock.json
19+ - name : Configure git
2020 run : |
2121 git config --global user.email "typescriptbot@microsoft.com"
2222 git config --global user.name "TypeScript Bot"
3030 run : |
3131 cd ts-site
3232 git commit --allow-empty -m "Monthly Bump"
33+ git config --unset-all http.https://github.com/.extraheader
3334 git push https://${{ secrets.TS_BOT_GITHUB_TOKEN }}@github.com/microsoft/TypeScript-Website.git
3435
3536 - uses : actions/checkout@v2
4142 run : |
4243 cd monaco-builds
4344 git commit --allow-empty -m "Monthly Bump"
45+ git config --unset-all http.https://github.com/.extraheader
4446 git push https://${{ secrets.TS_BOT_GITHUB_TOKEN }}@github.com/microsoft/TypeScript-Make-Monaco-Builds.git
You can’t perform that action at this time.
0 commit comments