Skip to content

Commit

Permalink
uv testing: trying with GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
aceat64 committed Aug 23, 2024
1 parent 19217ca commit ae766e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# https://squidfunk.github.io/mkdocs-material/insiders/
- name: Configure auth for Insiders
run: |
echo "https://github:${{ secrets.GITHUB_TOKEN }}@github.com" >> $HOME/.git-credentials
echo "https://github:${{ secrets.GH_TOKEN }}@github.com" >> $HOME/.git-credentials
git config --global credential.helper store
- name: Install the project
Expand Down

0 comments on commit ae766e8

Please sign in to comment.