Skip to content

Commit

Permalink
use gh-token
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfaqiu committed Jan 15, 2024
1 parent 80bf7a8 commit 175ea64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
with:
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [19.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 175ea64

Please sign in to comment.