From 971d5b93654527936b75c87be0a6ea7c0bbd305e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20=C5=BBydek?= Date: Thu, 27 Feb 2025 13:04:11 +0100 Subject: [PATCH] ci: inherit secrets in e2e tests --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e8170c7c..8cc0bc02 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -51,5 +51,6 @@ jobs: e2e-tests: needs: publish uses: ./.github/workflows/e2e-tests.yml + secrets: inherit