Skip to content

Commit e158780

Browse files
authored
codecov: workflow v4 requires an upload token (#202)
Signed-off-by: Cole Robinson <crobinso@redhat.com>
1 parent e5f9d93 commit e158780

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
4444
- name: Upload coverage to Codecov
4545
uses: codecov/codecov-action@v4
46+
with:
47+
token: ${{ secrets.CODECOV_TOKEN }}
4648

4749

4850
# Build and install on Windows

0 commit comments

Comments
 (0)