diff --git a/.github/workflows/build-infra.yml b/.github/workflows/build-infra.yml index 306a1383..14995cb2 100644 --- a/.github/workflows/build-infra.yml +++ b/.github/workflows/build-infra.yml @@ -35,17 +35,17 @@ jobs: echo "::add-mask::${VERSION}" echo "::add-mask::${REPO}" - start-runner: - uses: i-dot-ai/i-dot-ai-core-github-actions/.github/workflows/start-runner.yml@feature/apply-terraform - needs: set-vars - with: - EC2_INSTANCE_TYPE: ${{ needs.set-vars.outputs.ec2-instance-type }} - ENVIRONMENT: ${{ needs.set-vars.outputs.environment }} - secrets: - AWS_GITHUBRUNNER_USER_ACCESS_KEY: ${{ secrets.AWS_GITHUBRUNNER_USER_ACCESS_KEY }} - AWS_GITHUBRUNNER_USER_SECRET_ID: ${{ secrets.AWS_GITHUBRUNNER_USER_SECRET_ID }} - AWS_GITHUBRUNNER_PAT: ${{ secrets.AWS_GITHUBRUNNER_PAT}} - AWS_REGION: ${{ secrets.AWS_REGION }} + start-runner: + uses: i-dot-ai/i-dot-ai-core-github-actions/.github/workflows/start-runner.yml@feature/apply-terraform + needs: set-vars + with: + EC2_INSTANCE_TYPE: ${{ needs.set-vars.outputs.ec2-instance-type }} + ENVIRONMENT: ${{ needs.set-vars.outputs.environment }} + secrets: + AWS_GITHUBRUNNER_USER_ACCESS_KEY: ${{ secrets.AWS_GITHUBRUNNER_USER_ACCESS_KEY }} + AWS_GITHUBRUNNER_USER_SECRET_ID: ${{ secrets.AWS_GITHUBRUNNER_USER_SECRET_ID }} + AWS_GITHUBRUNNER_PAT: ${{ secrets.AWS_GITHUBRUNNER_PAT}} + AWS_REGION: ${{ secrets.AWS_REGION }} build-infra: