Merge pull request #15 from KGAudioLab/fix/2025-08-24-misc

fix: use correct token in `release` action.
This commit is contained in:
Xiaohan-Tian
2025-08-28 22:29:18 -07:00
committed by GitHub
+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