From 976df478ec61afadf9f1e55f89c21f85653de45f Mon Sep 17 00:00:00 2001 From: armughan11 <52311490+armughan11@users.noreply.github.com> Date: Sat, 8 Jul 2023 00:39:29 -0500 Subject: [PATCH] Update jmh-benchmark.yml --- .github/workflows/jmh-benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jmh-benchmark.yml b/.github/workflows/jmh-benchmark.yml index 46b7758d34..b728faf0b0 100644 --- a/.github/workflows/jmh-benchmark.yml +++ b/.github/workflows/jmh-benchmark.yml @@ -27,7 +27,7 @@ jobs: name: Authenticating # Authenticating with Google Cloud uses: 'google-github-actions/auth@v1' with: - credentials_json: '${{ secrets.GCP_SA_KEY }}' # Google Cloud credentials are loaded from repo's secrets + credentials_json: '${{ secrets.GCP_SA_KEY_1 }}' # Google Cloud credentials are loaded from repo's secrets - name: Set up Google Cloud SDK # This step sets up Google Cloud SDK uses: google-github-actions/setup-gcloud@v1