From 065ea43cef11a5c4818bf3feda890894c7892316 Mon Sep 17 00:00:00 2001 From: David Cavazos Date: Tue, 21 Jan 2025 13:04:01 -0800 Subject: [PATCH] minor cleanups --- .github/workflows/ci-dev.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-dev.yaml b/.github/workflows/ci-dev.yaml index 46a8b9003f..3580de91b9 100644 --- a/.github/workflows/ci-dev.yaml +++ b/.github/workflows/ci-dev.yaml @@ -70,12 +70,10 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} - - name: Install Node.js ${{ fromJson(env.CI_SETUP).node-version }} - uses: actions/setup-node@v4 + - uses: actions/setup-node@v4 with: node-version: ${{ fromJson(env.CI_SETUP).node-version }} - - name: Authenticate - uses: google-github-actions/auth@v2 + - uses: google-github-actions/auth@v2 with: project_id: ${{ fromJson(env.CI_SETUP).project-id }} workload_identity_provider: ${{ fromJson(env.CI_SETUP).workload-identity-provider }} @@ -101,8 +99,7 @@ jobs: .map(key => `${key}:${setup.secrets[key]}`) .join('\n'), } - - name: Get Secret Manager secrets - uses: google-github-actions/get-secretmanager-secrets@v2 + - uses: google-github-actions/get-secretmanager-secrets@v2 if: ${{ fromJson(steps.vars.outputs.result).secrets }} with: secrets: ${{ fromJson(steps.vars.outputs.result).secrets }}