From f74c52f22156a4fae97e4bff316da93185e8adf8 Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos <102970912+lucasmellos@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:35:12 -0300 Subject: [PATCH 1/2] Update iac.yml --- .github/workflows/iac.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index 39d7233d..3dd7c1a9 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -49,6 +49,9 @@ on: type: string default: '' description: GCP Service Account + RUNNER: + required: true + type: string secrets: AWS_ACCESS_KEY_ID: required: true @@ -95,7 +98,7 @@ on: jobs: terragrunt: name: 'Terragrunt ${{ inputs.WORKING_DIR}}' - runs-on: self-hosted + runs-on: ${{ inputs.RUNNER }} environment: name: ${{ inputs.ENVIRONMENT }} From 3da1aa5188a4d2a1a672f8f1c80b4abc4369876d Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos <102970912+lucasmellos@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:14:51 -0300 Subject: [PATCH 2/2] Update iac.yml --- .github/workflows/iac.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index 3dd7c1a9..10c94b70 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -52,6 +52,7 @@ on: RUNNER: required: true type: string + default: ubuntu-latest secrets: AWS_ACCESS_KEY_ID: required: true