From 11504b785a61fc334ab7d3fead5d2fc43e3cf466 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sat, 27 Sep 2025 13:20:49 +1000 Subject: [PATCH] chore: updated github workflow --- .github/workflows/infra-build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/infra-build.yml b/.github/workflows/infra-build.yml index c139f71..824c795 100644 --- a/.github/workflows/infra-build.yml +++ b/.github/workflows/infra-build.yml @@ -3,15 +3,13 @@ name: Build Infra on: push: branches: - - main + - master jobs: terraform: name: Terraform Build runs-on: self-hosted - defaults: - run: - working-directory: ./opentofu-homelab + env: PG_CONN_STR: ${{ secrets.PG_CONN_STR }} # <-- Add PostgreSQL backend connection string steps: