From 63a2caac1f613a0610fcaf007a85e68e413b739b Mon Sep 17 00:00:00 2001 From: Daniel Freytag Date: Fri, 23 Dec 2022 15:35:23 +0100 Subject: [PATCH] fix(ci): failed actions test --- .github/workflows/ingest-pull.yml | 2 +- .github/workflows/ingest-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ingest-pull.yml b/.github/workflows/ingest-pull.yml index 968cb8dd..9d026252 100644 --- a/.github/workflows/ingest-pull.yml +++ b/.github/workflows/ingest-pull.yml @@ -40,7 +40,7 @@ jobs: uses: google-github-actions/auth@v1 with: credentials_json: ${{ secrets.GCP_GITHUB_SERVICE_ACCOUNT_KEY }} - export_default_credentials: true + create_credentials_file: true - name: 📚 Lint Code run: yarn ingest:lint diff --git a/.github/workflows/ingest-push.yml b/.github/workflows/ingest-push.yml index 2aa439c0..252f32e3 100644 --- a/.github/workflows/ingest-push.yml +++ b/.github/workflows/ingest-push.yml @@ -46,7 +46,7 @@ jobs: uses: google-github-actions/auth@v1 with: credentials_json: ${{ secrets.GCP_GITHUB_SERVICE_ACCOUNT_KEY }} - export_default_credentials: true + create_credentials_file: true - name: 📚 Lint Code run: yarn ingest:lint