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 255114d commit e82aa87Copy full SHA for e82aa87
1 file changed
.github/workflows/deploy_mkdocs.yml
@@ -20,6 +20,7 @@ jobs:
20
run: |
21
git config user.name github-actions[bot]
22
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 }}
24
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
25
with:
26
python-version: 3.x
0 commit comments