Skip to content

Commit d24830d

Browse files
committed
Add GITHUB_TOKEN to MkDocs deployment workflow for explicit authentication
1 parent 8fd7720 commit d24830d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy_mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ jobs:
2626
- name: Deploy docs
2727
run: |
2828
mkdocs gh-deploy --force --clean
29+
env:
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)