Skip to content

Commit

Permalink
GitHub Actions: fix YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed Mar 28, 2024
1 parent 7144e0c commit a12f7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: Upload coverage to Codecov
if: matrix.go == env.go_latest
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a12f7b7

Please sign in to comment.