Skip to content

Commit

Permalink
Revert "fix(ci): sets GH_ACCESS_TOKEN"
Browse files Browse the repository at this point in the history
This reverts commit d0d221b.
  • Loading branch information
trakhimenok committed Sep 5, 2024
1 parent d0d221b commit 9d54abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: strongo/go-ci-action/.github/workflows/workflow.yml@main

secrets:
GH_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
gh_token: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
with:
code_coverage: true

0 comments on commit 9d54abd

Please sign in to comment.