From b31d3cea990fd5d1d646608e571f97686e20ff45 Mon Sep 17 00:00:00 2001 From: Dudi Zimberknopf Date: Wed, 3 Jul 2024 14:56:36 +0300 Subject: [PATCH] change auth method --- .github/workflows/test.yml | 3 +-- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f6b94ec..ac3981f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,8 +30,7 @@ jobs: - id: "auth" uses: "google-github-actions/auth@v2" with: - workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }} - service_account: ${{ secrets.SERVICE_ACCOUNT }} + credentials_json: ${{ secrets.GCP_SA_KEY }} - name: "Set up Cloud SDK" uses: "google-github-actions/setup-gcloud@v2" diff --git a/pyproject.toml b/pyproject.toml index 89387cb..025975c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,6 @@ build-backend = "poetry.core.masonry.api" [tool.pytest.ini_options] log_cli = true -log_cli_level = "DEBUG" +log_cli_level = "INFO" log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)" log_cli_date_format = "%Y-%m-%d %H:%M:%S"