From 91e4ddd9d5bf59cfa93cd687ddcbfeeeb32838de Mon Sep 17 00:00:00 2001 From: Travis Groth Date: Sat, 24 Jul 2021 13:22:52 -0400 Subject: [PATCH] ci: update gcloud action (#2393) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 39de05217..1bb19015e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master + - uses: google-github-actions/setup-gcloud@master with: project_id: pomerium-io service_account_key: ${{ secrets.GCP_SERVICE_ACCOUNT }}