Skip to content

Commit

Permalink
refresh token
Browse files Browse the repository at this point in the history
  • Loading branch information
luster committed May 19, 2024
1 parent 3ddc513 commit af55157
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.MyPat }}
publish_dir: ./ # 指定要发布的目录,如果是根目录,则保持为 ./

0 comments on commit af55157

Please sign in to comment.