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