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 f2b63c3 commit a18562fCopy full SHA for a18562f
1 file changed
.github/workflows/docs.yml
@@ -30,6 +30,7 @@ jobs:
30
run: |
31
git config user.name github-actions[bot]
32
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 }}
34
35
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
36
0 commit comments