Skip to content

Commit

Permalink
scripts: fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
sylingd committed Jul 10, 2024
1 parent 9a573dc commit f7d9fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SERVER_TOKEN: ${{ secrets.SNAPSHOT_TOKEN }}
TOKEN: ${{ secrets.SNAPSHOT_TOKEN }}
run: npm run release

0 comments on commit f7d9fd5

Please sign in to comment.