Skip to content

Commit 675de83

Browse files
authored
Merge pull request #4 from volcengine/fix/secure-token
fix: use a more secure token
2 parents 44fad36 + e4da371 commit 675de83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
- name: Deploy to feat/deploy
4949
uses: peaceiris/actions-gh-pages@v3
5050
with:
51-
github_token: ${{ secrets.REPO_TOKEN }}
51+
github_token: ${{ secrets.GITHUB_TOKEN }}
5252
publish_dir: docs/.vitepress/dist
5353
publish_branch: feat/deploy
5454
user_name: 'github-actions[bot]'
5555
user_email: 'github-actions[bot]@users.noreply.github.com'
56-
commit_message: 'Deploy docs to feat/deploy'
56+
commit_message: 'Deploy docs to feat/deploy'

0 commit comments

Comments
 (0)