From 153f637eaea8671c280bd3b074bca658df157e47 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Mon, 16 Dec 2024 11:30:06 +0100 Subject: [PATCH] Allow to pass in secrets to test action (#22865) --- .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