Skip to content

Commit

Permalink
fix gcloud action
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed Dec 27, 2023
1 parent 1c51978 commit becff73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ on:
type: string
default: ''
description: GCP Project ID
GCP_SA:
required: false
type: string
default: ''
description: GCP Service Account
secrets:
PRIVATE_SSH_KEY_TFMODULES:
required: true
Expand Down Expand Up @@ -118,6 +123,7 @@ jobs:
with:
workload_identity_provider: ${{ inputs.GCP_WIP }}
project_id: ${{ inputs.PROJECT_ID }}
service_account: ${{ inputs.GCP_SA }}

- name: Sops Binary Installer
uses: mdgreenwald/[email protected]
Expand Down

0 comments on commit becff73

Please sign in to comment.