fix: use correct token in release action.

This commit is contained in:
Xiaohan-Tian
2025-08-28 22:28:44 -07:00
parent 0eac49493c
commit 9230b0fe9f
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.PAGES_DEPLOY_TOKEN }}
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4