chore(mkdocs): replace github token (#954)

This commit is contained in:
Teppei Fukuda
2021-04-27 14:43:54 +03:00
committed by GitHub
parent 60a4e7e5d4
commit 0346a106f8
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ jobs:
pip install mike
pip install mkdocs-macros-plugin
env:
GH_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.MKDOCS_AQUA_BOT }}
- name: Configure the git user
run: |
git config user.name "knqyf263"