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