Skip to content

Commit e59a7db

Browse files
committed
use tokenless authentication for codecov
1 parent 25b7b66 commit e59a7db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ jobs:
4949

5050
- name: Upload coverage reports to Codecov
5151
if: github.repository_owner == 'zigtools' && matrix.os == 'ubuntu-latest' && matrix.zig-version == 'master'
52-
uses: codecov/codecov-action@v4
52+
uses: codecov/codecov-action@v5
5353
with:
54-
token: ${{ secrets.CODECOV_TOKEN }}
5554
directory: zig-out/coverage/kcov-merged
5655
fail_ci_if_error: true
5756
verbose: true

0 commit comments

Comments
 (0)