Skip to content

Commit f779d28

Browse files
committed
Change push username for gh-pages
1 parent 4484a6f commit f779d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
git init
5050
git add .
5151
git -c user.name='ci' -c user.email='ci' commit -m init
52-
git push -f -q https://git:${{ secrets.github_token }}@github.com/${{ github.repository }} HEAD:gh-pages
52+
git push -f -q https://x-access-token:${{ secrets.github_token }}@github.com/${{ github.repository }} HEAD:gh-pages
5353
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)