Skip to content

Commit

Permalink
CI: add CODECOV_TOKEN to on.workflow_call.secrets context
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Mar 4, 2024
1 parent afded40 commit 07a0ac3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- main
workflow_call:
secrets:
CODECOV_TOKEN:
description: The token to upload coverage to codecov
required: true

jobs:
call-test-workflow:
Expand Down

0 comments on commit 07a0ac3

Please sign in to comment.