From 3b289f1e1ba4cc1688f313ce4b5af2af506f2887 Mon Sep 17 00:00:00 2001 From: JaehongDev Date: Mon, 1 Jul 2024 20:59:09 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20github=20workflow=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-ci-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/backend-ci-test.yml b/.github/workflows/backend-ci-test.yml index 6968c5f..62238a6 100644 --- a/.github/workflows/backend-ci-test.yml +++ b/.github/workflows/backend-ci-test.yml @@ -54,6 +54,10 @@ env: REGION: ${{secrets.REGION}} ARTIFACT_REGISTRY: ${{secrets.ARTIFACT_REGISTRY}} +defaults: + run: + working-directory: backend + jobs: deploy: # Add 'id-token' with the intended permissions for workload identity federation