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 f8ace42 commit b20c018Copy full SHA for b20c018
.github/workflows/gh_pages_deploy.yml
@@ -99,7 +99,6 @@ jobs:
99
env:
100
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_BOT_TOKEN }}
101
run: |
102
- git config --global --unset-all credential.helper
103
git config user.name 'github-actions[bot]'
104
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
105
git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
0 commit comments