Skip to content

Commit

Permalink
fix:token workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa authored Apr 27, 2024
1 parent f0a0c90 commit ce8bef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
repository: 'NapNeko/NapCatQQ'
submodules: true
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.NAPCAT_BUILD }}
- name: Use Node.js 20.X
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
with:
repository: 'NapNeko/NapCatQQ'
submodules: true
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.NAPCAT_BUILD }}
- name: Use Node.js 20.X
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit ce8bef6

Please sign in to comment.