From 347527269c2b69c934d922b7842aadd36fe9a1cc Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Sun, 15 Dec 2024 22:30:29 +0100 Subject: [PATCH] Allow to pass in secrets to test action --- .github/workflows/matomo-tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/matomo-tests.yml b/.github/workflows/matomo-tests.yml index c5a63cf7395..4036a99cb56 100644 --- a/.github/workflows/matomo-tests.yml +++ b/.github/workflows/matomo-tests.yml @@ -23,6 +23,11 @@ on: type: string required: false default: '' + secrets: + ARTIFACTS_PASS: + required: false + TESTOMATIO_INTEGRATION: + required: false permissions: actions: read