Skip to content

Commit e2ba9e7

Browse files
committed
fix: secrets unconditionally inherited by called workflow
https://docs.zizmor.sh/audits/#secrets-inherit
1 parent e50d2e0 commit e2ba9e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/scheduled-runs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
main-ci-cd-pipeline:
3838
name: ∞ Main CI/CD pipeline
3939
uses: ./.github/workflows/ci-cd.yml
40-
secrets: inherit
40+
secrets:
41+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)