From 05df84906ace66829930661afbf7203ec3d71268 Mon Sep 17 00:00:00 2001 From: Sagar Viradiya Date: Tue, 5 Dec 2023 00:23:13 +0530 Subject: [PATCH] Workflow changes - Replace access of encoded service account from env to vars --- .github/workflows/profile_verification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/profile_verification.yml b/.github/workflows/profile_verification.yml index 994837b..ba43f17 100644 --- a/.github/workflows/profile_verification.yml +++ b/.github/workflows/profile_verification.yml @@ -32,7 +32,7 @@ jobs: run: | GCLOUD_DIR="$HOME/.config/gcloud/" mkdir -p "$HOME/.config/gcloud/" - echo "${{ env.GCLOUD_KEY }}" | base64 --decode > "$GCLOUD_DIR/application_default_credentials.json" + echo "${{ vars.GCLOUD_KEY }}" | base64 --decode > "$GCLOUD_DIR/application_default_credentials.json" - name: Verify baseline profile run: ./gradlew :sample:runBenchmarkAndVerifyProfile