Skip to content

Commit

Permalink
chore: action
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Aug 25, 2024
1 parent 2fb259c commit e98280c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: 'true'
# token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PERSONAL_TOKEN }}
- uses: pnpm/action-setup@v4

- name: Setup Node.js environment
Expand All @@ -37,7 +37,7 @@ jobs:
with:
publish-dir: blog-archived/dist
production-branch: master
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.PERSONAL_TOKEN }}
deploy-message: Deploy from GitHub Actions
enable-pull-request-comment: false
enable-commit-comment: true
Expand Down
2 changes: 1 addition & 1 deletion article

0 comments on commit e98280c

Please sign in to comment.