From c1c533f92daecf288ffbc3e9923d4ea6a26b8854 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Thu, 17 Apr 2025 16:58:28 +0100 Subject: [PATCH] terraform fmt --- .gitea/workflows/terraform-plan.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/terraform-plan.yml b/.gitea/workflows/terraform-plan.yml index 5ee4507..5456fb2 100644 --- a/.gitea/workflows/terraform-plan.yml +++ b/.gitea/workflows/terraform-plan.yml @@ -4,8 +4,8 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: push: branches: - - stage - - test + - stage + - test jobs: terraform: @@ -16,6 +16,10 @@ jobs: contents: read pull-requests: write + env: + TF_VAR_ssh_key: ${{ secrets.SSH_PUBLIC_KEY }} + TF_VAR_tailscale_key: ${{ secrets.TAILSCALE_KEY }} + steps: - name: Checkout repository uses: actions/checkout@v4