Skip to content

Commit

Permalink
feat: update GitHub token to fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Dec 28, 2024
1 parent b18a09f commit e58a3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx [email protected]

0 comments on commit e58a3a6

Please sign in to comment.