Skip to content

Commit

Permalink
Merge pull request #258 from signalwire/lucasmellos-patch-2
Browse files Browse the repository at this point in the history
Update iac.yml
  • Loading branch information
lucasmellos authored Apr 17, 2024
2 parents 58b6f3a + 3da1aa5 commit 4ebba5b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ on:
type: string
default: ''
description: GCP Service Account
RUNNER:
required: true
type: string
default: ubuntu-latest
secrets:
AWS_ACCESS_KEY_ID:
required: true
Expand Down Expand Up @@ -95,7 +99,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 4ebba5b

Please sign in to comment.