We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a6025 commit 1a52a12Copy full SHA for 1a52a12
1 file changed
.github/workflows/mkdocs.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout code
13
uses: actions/checkout@v6
14
with:
15
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.DEPLOYMENT_PERSONAL_ACCESS_TOKEN }}
16
submodules: true
17
# git-revision-date-localized-plugin and mkdocs-rss-plugin need full git history depth
18
fetch-depth: 0
@@ -96,7 +96,7 @@ jobs:
96
uses: peaceiris/actions-gh-pages@v4
97
if: github.ref == 'refs/heads/master'
98
99
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ personal_token: ${{ secrets.DEPLOYMENT_PERSONAL_ACCESS_TOKEN }}
100
publish_dir: ./site
101
destination_dir: ./
102
keep_files: true
0 commit comments