From f8c43322a0156ae15ecb534380475e9615420cfe Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 2 Nov 2025 09:38:19 -0500 Subject: [PATCH] Adding approval and apply steps for testing. --- .gitea/workflows/auto-pr-tofu-plan.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/auto-pr-tofu-plan.yml b/.gitea/workflows/auto-pr-tofu-plan.yml index 881dc5b..6724705 100644 --- a/.gitea/workflows/auto-pr-tofu-plan.yml +++ b/.gitea/workflows/auto-pr-tofu-plan.yml @@ -6,8 +6,8 @@ on: branches-ignore: - "main" - "renovate/**" - paths: - - "cloudflare/**" + # paths: + # - "cloudflare/**" env: OPENTOFU_VERSION: "1.10.6" HC_VAULT_VERSION: "1.20.4" @@ -185,3 +185,11 @@ jobs: --- {lines} Exit Code: ${{ steps.tofu_plan.outputs.exitcode }} + + # - name: Tofu Plan Comment + # id: tofu_plan + # uses: alexnorell/tofu-pr-commenter@v2.0.0 + # with: + # commenter_type: plan + # commenter_input: ${{ steps.tofu_plan.outputs.plan-output }} + # commenter_exitcode: ${{ steps.tofu_plan.outputs.exitcode }} \ No newline at end of file