Skip to content

Commit

Permalink
[ci] Use secret
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Sep 12, 2023
1 parent bbed11d commit 6d32290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
key: ${{ github.ref }}
path: .cache
- run: pip install git+https://${{ MKDOCS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git
- run: pip install git+https://${{ secrets.MKDOCS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git
- run: pip install pillow cairosvg mkdocs-video mkdocs-git-authors-plugin mkdocs-git-committers-plugin-2 mkdocs-git-revision-date-localized-plugin
- run: mkdocs gh-deploy --force

0 comments on commit 6d32290

Please sign in to comment.