diff --git a/.github/workflows/AWS-EC2-Tests.yaml b/.github/workflows/AWS-EC2-Tests.yaml index 56baa59..329d102 100644 --- a/.github/workflows/AWS-EC2-Tests.yaml +++ b/.github/workflows/AWS-EC2-Tests.yaml @@ -78,7 +78,7 @@ jobs: project_id: ${{ secrets.GCP_PROJECT_ID }} - id: 'secrets' - uses: 'google-github-actions/get-secretmanager-secrets@v2' + uses: 'google-github-actions/get-secretmanager-secrets@v3' with: secrets: |- TF_VAR_PUBLIC_KEY:projects/896946759488/secrets/TF_VAR_PUBLIC_KEY diff --git a/.github/workflows/Azure-Compute-Tests.yaml b/.github/workflows/Azure-Compute-Tests.yaml index bb8a1da..c13a14e 100644 --- a/.github/workflows/Azure-Compute-Tests.yaml +++ b/.github/workflows/Azure-Compute-Tests.yaml @@ -74,7 +74,7 @@ jobs: project_id: ${{ secrets.GCP_PROJECT_ID }} - id: 'secrets' - uses: 'google-github-actions/get-secretmanager-secrets@v2' + uses: 'google-github-actions/get-secretmanager-secrets@v3' with: secrets: |- TF_VAR_PUBLIC_KEY:content-eng-linux-host-test/TF_VAR_PUBLIC_KEY diff --git a/.github/workflows/GCP-Compute-Tests.yaml b/.github/workflows/GCP-Compute-Tests.yaml index 43b51cf..2c4ddb6 100644 --- a/.github/workflows/GCP-Compute-Tests.yaml +++ b/.github/workflows/GCP-Compute-Tests.yaml @@ -75,7 +75,7 @@ jobs: project_id: ${{ secrets.GCP_PROJECT_ID }} - id: 'secrets' - uses: 'google-github-actions/get-secretmanager-secrets@v2' + uses: 'google-github-actions/get-secretmanager-secrets@v3' with: secrets: |- TF_VAR_PUBLIC_KEY:content-eng-linux-host-test/TF_VAR_PUBLIC_KEY