Skip to content

Commit

Permalink
feat: fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax committed Aug 12, 2024
1 parent ea1db3f commit 96078a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
version: v2.1.0
args: build --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TOKEN_GITHUB: ${{ secrets.TOKEN_GITHUB }}
2 changes: 1 addition & 1 deletion .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
version: v2.1.0
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TOKEN_GITHUB: ${{ secrets.TOKEN_GITHUB }}

0 comments on commit 96078a9

Please sign in to comment.