From aebc2154c7a09e6547eea380576543a1028eb6d7 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 3 Nov 2025 07:04:44 -0500 Subject: [PATCH] Version fix for PR comment step. --- .gitea/workflows/auto-pr-tofu-plan.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/auto-pr-tofu-plan.yml b/.gitea/workflows/auto-pr-tofu-plan.yml index 7bb6c26..4d28916 100644 --- a/.gitea/workflows/auto-pr-tofu-plan.yml +++ b/.gitea/workflows/auto-pr-tofu-plan.yml @@ -122,9 +122,7 @@ jobs: out: cloudflare.tfplan - name: PR Comment - uses: alexnorell/tofu-pr-commenter@v1 - env: - GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }} + uses: alexnorell/tofu-pr-commenter@v2.0.0 with: commenter_type: plan commenter_input: ${{ steps.tofu_plan.outputs.stdout }}