From db259b76a7f587a69dcf6f48f32be5cff4e51adf Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos Date: Wed, 3 Jan 2024 17:42:52 -0300 Subject: [PATCH] general fixes --- .github/workflows/iac.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index 2fc939b5..1b10f8ca 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -104,14 +104,14 @@ jobs: repository: signalwire/actions-template ref: main path: actions - - - name: Clone modules - uses: GuillaumeFalourd/clone-github-repo-action@v2.3 + + + - id: private-modules + uses: philips-labs/terraform-private-modules-action@v1 with: - owner: signalwire - repository: terraform-modules - access-token: ${{ secrets.ACCESS_TOKEN }} - + org: signalwire + token: ${{ secrets.GITHUB_TOKEN }} + - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4.0.1 with: