mirror of
https://gitee.com/openharmony/third_party_rust_cfg-if
synced 2024-11-26 16:52:23 +00:00
Change push username for gh-pages
This commit is contained in:
parent
4484a6faf8
commit
f779d28bba
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -49,5 +49,5 @@ jobs:
|
||||
git init
|
||||
git add .
|
||||
git -c user.name='ci' -c user.email='ci' commit -m init
|
||||
git push -f -q https://git:${{ secrets.github_token }}@github.com/${{ github.repository }} HEAD:gh-pages
|
||||
git push -f -q https://x-access-token:${{ secrets.github_token }}@github.com/${{ github.repository }} HEAD:gh-pages
|
||||
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
|
||||
|
Loading…
Reference in New Issue
Block a user