From dba1432d9844f4d437e5e4e43beaed948aa74393 Mon Sep 17 00:00:00 2001 From: antelle Date: Wed, 8 Apr 2020 23:37:43 +0200 Subject: [PATCH] deleted GCP_SA_EMAIL --- .github/workflows/deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a580eec..09ca4d4 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -12,7 +12,6 @@ jobs: - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master with: version: '285.0.0' - service_account_email: ${{ secrets.GCP_SA_EMAIL }} service_account_key: ${{ secrets.GCP_SA_KEY }} export_default_credentials: true - name: Restore git mtime