Skip to content

Commit

Permalink
ci: 更改 token 获取方式
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Oct 2, 2024
1 parent 961bd3d commit c5c6b01
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 @@ -26,7 +26,7 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: docs/.vitepress/dist
clean: false

0 comments on commit c5c6b01

Please sign in to comment.