From ede34acb095a705601075964a3db02b34bc6d377 Mon Sep 17 00:00:00 2001 From: Oh My Felix Date: Mon, 16 Mar 2026 08:00:41 +0000 Subject: [PATCH] CI: inherit secrets in coverage workflow --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 75a3f89..c746daf 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,6 +14,6 @@ jobs: coverage: name: "Nette Tester" uses: contributte/.github/.github/workflows/nette-tester-coverage-v2.yml@master + secrets: inherit with: php: "8.4" - secrets: inherit