Skip to content

Commit

Permalink
fix: rollback to old caveralls token (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
butuzov committed May 8, 2023
1 parent 2bca2ca commit 467bf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Coverage - Sending Report to Coveral
if: matrix.go == '1.20'
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
COVERALLS_TOKEN: ${{ secrets.github_token }}
run: goveralls -coverprofile=coverage.cov -service=github

GolangCILinter:
Expand Down

0 comments on commit 467bf0d

Please sign in to comment.