diff --git a/.github/workflows/CD_production.yml b/.github/workflows/CD_production.yml index 5b82ec5a..155bd1db 100644 --- a/.github/workflows/CD_production.yml +++ b/.github/workflows/CD_production.yml @@ -76,7 +76,7 @@ jobs: # roles/secretmanager.secretAccessor on these secrets. - name: Fetch feedback secrets from Secret Manager id: feedback-secrets - uses: 'google-github-actions/get-secretmanager-secrets@v2' + uses: 'google-github-actions/get-secretmanager-secrets@v3' with: secrets: |- jira_email:${{ vars.GCP_PROJECT_ID }}/jira-email diff --git a/.github/workflows/CD_staging.yml b/.github/workflows/CD_staging.yml index 3a38dddb..047237d9 100644 --- a/.github/workflows/CD_staging.yml +++ b/.github/workflows/CD_staging.yml @@ -41,7 +41,7 @@ jobs: # roles/secretmanager.secretAccessor on these secrets. - name: Fetch feedback secrets from Secret Manager id: feedback-secrets - uses: 'google-github-actions/get-secretmanager-secrets@v2' + uses: 'google-github-actions/get-secretmanager-secrets@v3' with: secrets: |- jira_email:${{ vars.GCP_PROJECT_ID }}/jira-email diff --git a/.github/workflows/CD_testing.yml b/.github/workflows/CD_testing.yml index 6150195e..66c96a2c 100644 --- a/.github/workflows/CD_testing.yml +++ b/.github/workflows/CD_testing.yml @@ -41,7 +41,7 @@ jobs: # roles/secretmanager.secretAccessor on these secrets. - name: Fetch feedback secrets from Secret Manager id: feedback-secrets - uses: 'google-github-actions/get-secretmanager-secrets@v2' + uses: 'google-github-actions/get-secretmanager-secrets@v3' with: secrets: |- jira_email:${{ vars.GCP_PROJECT_ID }}/jira-email