From f29271f61951cdef0b10495644e40e56ba415374 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Thu, 18 Jul 2024 16:24:32 -0600 Subject: [PATCH] chore: correct typo in action config --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6d04548f..92555606 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -142,8 +142,8 @@ jobs: if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }} uses: google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3 with: - workload_identity_provider: ${{ var.PROVIDER_NAME }} - service_account: ${{ var.SERVICE_ACCOUNT }} + workload_identity_provider: ${{ vars.PROVIDER_NAME }} + service_account: ${{ vars.SERVICE_ACCOUNT }} - name: Run tests # specifying bash shell ensures a failure in a piped process isn't lost by using `set -eo pipefail`