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 f5e48df commit f8ace42Copy full SHA for f8ace42
.github/workflows/gh_pages_deploy.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
fetch-depth: 0
34
token: ${{ secrets.GH_ACTIONS_BOT_TOKEN }}
35
+ persist-credentials: true
36
37
- name: Setup Node.js
38
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
@@ -98,6 +99,7 @@ jobs:
98
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