From bfc726ec3f19bb616c3635d92c6f0b9782759d01 Mon Sep 17 00:00:00 2001 From: Travis Groth Date: Mon, 20 Jul 2020 18:00:03 -0400 Subject: [PATCH] prevent dirty git state during release (#1117) --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f9b5ac8ba..625dcea4f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,6 @@ jobs: with: project_id: pomerium-io service_account_key: ${{ secrets.GCP_SERVICE_ACCOUNT }} - export_default_credentials: true - name: Gcloud login run: gcloud auth configure-docker