Skip to content

Commit e82aa87

Browse files
committed
chore: set Git remote URL with access token in deploy_mkdocs.yml
1 parent 255114d commit e82aa87

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy_mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
git config user.name github-actions[bot]
2222
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
23+
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
2324
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
2425
with:
2526
python-version: 3.x

0 commit comments

Comments
 (0)