We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4484a6f commit f779d28Copy full SHA for f779d28
.github/workflows/main.yml
@@ -49,5 +49,5 @@ jobs:
49
git init
50
git add .
51
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
+ git push -f -q https://x-access-token:${{ secrets.github_token }}@github.com/${{ github.repository }} HEAD:gh-pages
53
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
0 commit comments