Skip to content

Commit b2e6d50

Browse files
committed
change to x-access-token
1 parent 4ec52d0 commit b2e6d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/site-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
IOTDB_WEBSITE_BUILD: ${{ secrets.IOTDB_WEBSITE_BUILD }}
4444
run: |
45-
git config --global url."https://asf-ci-deploy:[email protected]/apache/".insteadOf "https://github.com/apache/"
45+
git config --global url."https://x-access-token:[email protected]/apache/".insteadOf "https://github.com/apache/"
4646
git config --global user.name github-actions
4747
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
4848
npm run deploy:staging
@@ -99,7 +99,7 @@ jobs:
9999
env:
100100
IOTDB_WEBSITE_BUILD: ${{ secrets.IOTDB_WEBSITE_BUILD }}
101101
run: |
102-
git config --global url."https://asf-ci-deploy:[email protected]/apache/".insteadOf "https://github.com/apache/"
102+
git config --global url."https://x-access-token:[email protected]/apache/".insteadOf "https://github.com/apache/"
103103
git config --global user.name github-actions
104104
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
105105
npm run deploy

0 commit comments

Comments
 (0)