From 4b2646464cd1974643583484c207f2627c07c8a9 Mon Sep 17 00:00:00 2001 From: Dhairya <161799860+dhairya-quash@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:38:01 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2a8d7b8..f53e067 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: - name: Fetch application.properties from Secret Manager run: | - gcloud secrets versions access latest --secret="magnus-staging-properties" --project=$PROJECT_ID > application.properties + gcloud secrets versions access latest --secret="magnus-staging-properties" --project=${{ env.PROJECT_ID }} > application.properties - name: Deploy to Cloud Run run: |