Skip to content

Commit

Permalink
codecov with instead of env (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRoesler authored Nov 14, 2023
1 parent da0b804 commit 83459ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
run: make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 83459ca

Please sign in to comment.