Skip to content

Commit

Permalink
update token secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazabbas committed Apr 7, 2023
1 parent 8d4e362 commit 4f37a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.ETH_SYNC_CHECK_GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
binary_name: sync-check
Expand Down

0 comments on commit 4f37a6e

Please sign in to comment.