Skip to content

Commit

Permalink
fix missing codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
cameracker committed May 15, 2024
1 parent f8b5c5b commit 34e6f46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:

- name: Coverage
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

build-legacy:
name: Build + Test Previous Stable
runs-on: ubuntu-latest
Expand Down

0 comments on commit 34e6f46

Please sign in to comment.