Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
celsiusnarhwal committed Nov 22, 2024
1 parent 5494059 commit 9c2bd05
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
permissions:
id-token: write
steps:
- name: Set Up Git Credentials
uses: de-vri-es/setup-git-credentials@v2
with:
credentials: https://${{ github.repository_owner}}/${{ secrets.GH_PAT }}@github.com

- name: Checkout ${{ github.repository }}
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_PAT }}

- name: Set Up uv
uses: astral-sh/setup-uv@v3
Expand Down

0 comments on commit 9c2bd05

Please sign in to comment.