Skip to content

Commit

Permalink
Update iac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos authored Apr 11, 2024
1 parent f58859c commit f74c52f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ on:
type: string
default: ''
description: GCP Service Account
RUNNER:
required: true
type: string
secrets:
AWS_ACCESS_KEY_ID:
required: true
Expand Down Expand Up @@ -95,7 +98,7 @@ on:
jobs:
terragrunt:
name: 'Terragrunt ${{ inputs.WORKING_DIR}}'
runs-on: self-hosted
runs-on: ${{ inputs.RUNNER }}
environment:
name: ${{ inputs.ENVIRONMENT }}

Expand Down

0 comments on commit f74c52f

Please sign in to comment.