Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit e00e375

Browse files
committed
fix(ci): GH_TOKEN
1 parent 748d763 commit e00e375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: strongo/go-ci-action/.github/workflows/workflow.yml@main
2121

2222
secrets:
23-
gh_token: ${{ secrets.GITHUB_TOKEN }}
23+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
2525
with:
2626
code_coverage: false

0 commit comments

Comments
 (0)