From c89f60b1da7e9ce1e2dd150e6905f2c4386c58c8 Mon Sep 17 00:00:00 2001 From: jiangpengcheng Date: Thu, 20 Jun 2024 08:40:51 +0800 Subject: [PATCH] Set GSA credential --- .ci/tests/integration-oauth2/e2e.yaml | 4 +--- .github/workflows/test-integration-skywalking-e2e.yml | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.ci/tests/integration-oauth2/e2e.yaml b/.ci/tests/integration-oauth2/e2e.yaml index 806af685..43dd969b 100644 --- a/.ci/tests/integration-oauth2/e2e.yaml +++ b/.ci/tests/integration-oauth2/e2e.yaml @@ -90,10 +90,8 @@ setup: kubectl cp .ci/examples/py-examples/exclamation.zip nginx-0:/tmp - name: set gcloud auth - env: - CREDENTIAL: ${{ secrets.GSA_CREDENTIAL }} command: | - sed -i "s/GCP_KEY_DATA/${CREDENTIAL}/g" .ci/tests/integration-oauth2/cases/google-pubsub-source/manifests.yaml + sed -i "s/GCP_KEY_DATA/${GSA_CREDENTIAL}/g" .ci/tests/integration-oauth2/cases/google-pubsub-source/manifests.yaml - name: install function-mesh operator command: | diff --git a/.github/workflows/test-integration-skywalking-e2e.yml b/.github/workflows/test-integration-skywalking-e2e.yml index 18a1c86e..77da23e0 100644 --- a/.github/workflows/test-integration-skywalking-e2e.yml +++ b/.github/workflows/test-integration-skywalking-e2e.yml @@ -25,7 +25,6 @@ jobs: AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }} AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }} GSA_CREDENTIAL: ${{ secrets.GSA_CREDENTIAL }} - ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} timeout-minutes: 80 strategy: matrix: