From 7ca6a2bbd3fa9cb9c4561e86ad86d6d12429275b Mon Sep 17 00:00:00 2001 From: MirceaMateiMozilla Date: Tue, 17 Oct 2023 12:17:53 +0300 Subject: [PATCH] TEST GithubActions 4 update 4 --- .github/workflows/google-cloudrun-source.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/google-cloudrun-source.yml b/.github/workflows/google-cloudrun-source.yml index 3c843a0..60be5e2 100644 --- a/.github/workflows/google-cloudrun-source.yml +++ b/.github/workflows/google-cloudrun-source.yml @@ -3,6 +3,7 @@ name: Deploy to Cloud Run from Source on: push: branches: ['main'] + secrets: inherit env: PROJECT_ID: regrets-reporter-dev # TODO: update Google Cloud project id @@ -20,12 +21,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - secrets: inherit - name: Google Auth id: auth uses: 'google-github-actions/auth@v0' - secrets: inherit with: token_format: 'access_token' workload_identity_provider: '${{ secrets.WIF_PROVIDER }}' # e.g. - projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider @@ -34,7 +33,6 @@ jobs: - name: Deploy to Cloud Run id: deploy uses: google-github-actions/deploy-cloudrun@v0 - secrets: inherit with: service: ${{ env.SERVICE }} region: ${{ env.REGION }}