From 251b3c4c22dc23c757a83578abca9959b4564ffe Mon Sep 17 00:00:00 2001 From: Oh My Felix Date: Sun, 15 Mar 2026 13:54:38 +0000 Subject: [PATCH] CI: inherit coverage workflow secrets --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3961afa..39720a3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,5 +14,6 @@ jobs: coverage: name: "Nette Tester" uses: contributte/.github/.github/workflows/nette-tester-coverage-v2.yml@master + secrets: inherit with: php: "8.4"