Skip to content

Commit 9165467

Browse files
authored
fixes where the CODECOV_TOKEN is used (#1706)
fixes where the CODECOV_TOKEN is used Signed-off-by: ChrisJBurns <[email protected]>
1 parent d3ba6e2 commit 9165467

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636

3737
- name: Upload coverage reports to Codecov with GitHub Action
3838
uses: codecov/codecov-action@v5
39-
env:
40-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4139
with:
40+
token: ${{ secrets.CODECOV_TOKEN }}
4241
slug: stacklok/toolhive
4342

4443
- name: Upload coverage to Coveralls

0 commit comments

Comments
 (0)