build(docs:ci): set GITHUB_TOKEN

This commit is contained in:
Alexander Zeitler 2021-04-10 23:47:33 +02:00
parent f83686e30e
commit 1bc50ed7a0
2 changed files with 2 additions and 0 deletions

View file

@ -52,3 +52,5 @@ jobs:
target_branch: gh-pages
# deploy the default output dir of VuePress
build_dir: docs/.vuepress/dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}