Skip to content

Commit 07e7c12

Browse files
authored
fix(ci): test.yml inherit secrets (#1785)
## Overview Fixed codecov action to inherit secrets, required for uploading coverage reports. CI coverage was broken after #1519 due to codecov/codecov-action#1274 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Enhanced security and management of sensitive information in the CI workflow by allowing the test job to inherit secrets from the parent workflow. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 5242ad2 commit 07e7c12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828

2929
test:
3030
uses: ./.github/workflows/test.yml
31+
secrets: inherit
3132

3233
proto:
3334
uses: ./.github/workflows/proto.yml

0 commit comments

Comments
 (0)