Skip to content

Commit b48c2b3

Browse files
authored
Replace explicit codecov token with tokenless-OIDC authentication (#1406)
See hazelcast/hazelcast-csharp-client#1031
1 parent 862f4e9 commit b48c2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Publish on Codecov
3030
uses: codecov/codecov-action@v5
3131
with:
32-
token: ${{ secrets.CODECOV_TOKEN }}
32+
use_oidc: true
3333
files: coverage.info
3434
disable_search: 'true'
3535
fail_ci_if_error: true

0 commit comments

Comments
 (0)