Skip to content

Commit d8a7602

Browse files
committed
fix failed nightly build
https://github.com/antonbabenko/pre-commit-terraform/actions/runs/15473791768 Invalid workflow file: .github/workflows/scheduled-runs.yml#L41 The workflow is not valid. .github/workflows/scheduled-runs.yml (Line: 41, Col: 22): Invalid secret, CODECOV_TOKEN is not defined in the referenced workflow.
1 parent a9591da commit d8a7602

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- pre-commit-ci-update-config # pre-commit.ci always creates a PR
1111
pull_request:
1212
workflow_call: # a way to embed the main tests
13+
secrets:
14+
CODECOV_TOKEN:
15+
required: true
1316

1417
permissions:
1518
contents: read

0 commit comments

Comments
 (0)