Skip to content

Commit

Permalink
docs(vuepress): fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
TartanLeGrand committed Apr 12, 2024
1 parent 3e6fc24 commit 6ccab06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_SCRIPT: yarn && yarn docs:build
BUILD_DIR: docs/.vuepress/dist

0 comments on commit 6ccab06

Please sign in to comment.