Skip to content

Commit a18562f

Browse files
authored
💚 fix failing docs deploy CI job after Zizmor fixes (#871)
1 parent f2b63c3 commit a18562f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: |
3131
git config user.name github-actions[bot]
3232
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
33+
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
3334
3435
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3536

0 commit comments

Comments
 (0)