Skip to content

Commit

Permalink
minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcavazos committed Jan 21, 2025
1 parent 29cb806 commit 065ea43
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 065ea43

Please sign in to comment.