From 71c00639770a93288797f2fa80c92546ee021b11 Mon Sep 17 00:00:00 2001 From: alvarorm22 Date: Fri, 27 Aug 2021 11:55:46 +0200 Subject: [PATCH] fixed gcloud github actions setup --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ffe39c0..5216b52 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v1 - name: Setup gcloud authentication - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@master with: service_account_key: ${{ secrets.GCS }}