From e43a97c4f1aadce2499afc9d6492e67fb52a875c Mon Sep 17 00:00:00 2001 From: jenish-jain Date: Sat, 6 Jan 2024 13:30:49 +0530 Subject: [PATCH] ISSUE-9 | setting env as production| --- .github/workflows/google-cloudrun-source.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/google-cloudrun-source.yml b/.github/workflows/google-cloudrun-source.yml index 7758d43..ab57c93 100644 --- a/.github/workflows/google-cloudrun-source.yml +++ b/.github/workflows/google-cloudrun-source.yml @@ -64,6 +64,7 @@ env: jobs: deploy: + environment: production # Add 'id-token' with the intended permissions for workload identity federation permissions: contents: 'read' @@ -92,7 +93,6 @@ jobs: id: deploy uses: google-github-actions/deploy-cloudrun@v2 with: - environment: production service: ${{ env.SERVICE }} region: ${{ env.REGION }} env_vars: |