From 6427155c756ae9a45214e00c25ca3626a6481fa2 Mon Sep 17 00:00:00 2001 From: Oh My Felix Date: Sun, 15 Mar 2026 13:54:32 +0000 Subject: [PATCH] CI: inherit secrets in coverage workflow --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 189d28e..15167fa 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,6 +14,7 @@ jobs: coverage: name: "Nette Tester" uses: contributte/.github/.github/workflows/nette-tester-coverage-v2.yml@master + secrets: inherit with: php: "8.4" make: "init coverage"