From 171d564efe98290a6f38a4bb8a3c5d556217f369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Algirdas=20=C4=8C?= Date: Tue, 3 Sep 2024 22:40:59 +0300 Subject: [PATCH] fix: github actions secrets inherit --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6b16ca..065e973 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,7 @@ jobs: code-quality: name: Run quality checks uses: ./.github/workflows/code-quality.yml + secrets: inherit push-to-registry: name: Build & push image to Docker Hub needs: