Skip to content

Commit e884774

Browse files
Update workflow
Update token
1 parent 8613572 commit e884774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232

3333
- name: Install Insiders build
3434
env:
35-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
36-
run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
35+
MKDOCS_TOKEN: ${{ secrets.MKDOCS_SECRET }}
36+
run: pip install git+https://${MKDOCS_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
3737
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)