Skip to content

Commit

Permalink
add MKDOCS_GIT_COMMITTERS_APIKEY ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Dec 25, 2024
1 parent d97408a commit e24220d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
mkdocs --version
env:
CI: true
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.GH_TOKEN }}

- name: Publish to Cloudflare Pages
if: github.event.repository.fork == false
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ plugins:
cache_dir: .cache/plugin/git-committers/
repository: saltyorg/docs
branch: main
token: !ENV ["MKDOCS_GITHUB_TOKEN"]
token: !ENV ["GH_TOKEN"]

extra:
generator: false
Expand Down

0 comments on commit e24220d

Please sign in to comment.