From d6eb28c39c7969c631197df7a23f47f41df1fa21 Mon Sep 17 00:00:00 2001 From: Michal Ziemski Date: Thu, 1 Feb 2024 20:49:57 +0000 Subject: [PATCH] Inherit secrets --- .github/workflows/ci-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-dev.yaml b/.github/workflows/ci-dev.yaml index 60d8490..53713b1 100644 --- a/.github/workflows/ci-dev.yaml +++ b/.github/workflows/ci-dev.yaml @@ -33,10 +33,10 @@ jobs: build-docker-image: # needs: [coverage] runs-on: ubuntu-latest + secrets: inherit steps: - name: Prepare tags id: prep - secrets: inherit env: DOCKER_REPO: "quay.io/bokulichlab/q2-fondue" run: |