From 4c54b720404ad622178032928d60cafa83818e3e Mon Sep 17 00:00:00 2001 From: agaxe Date: Mon, 30 Sep 2024 17:52:32 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20workflows/ci-cd-dev=20-=20e2e=20job=20?= =?UTF-8?q?secrets:=20inherit=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-cd-dev.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd-dev.yaml b/.github/workflows/ci-cd-dev.yaml index 96cfd54..63ddd1e 100644 --- a/.github/workflows/ci-cd-dev.yaml +++ b/.github/workflows/ci-cd-dev.yaml @@ -16,5 +16,6 @@ jobs: e2e: needs: [deploy-vercel] uses: ./.github/workflows/e2e.yaml + secrets: inherit with: env: dev \ No newline at end of file