From ad5da8489dc99f6acd328e69589ac747a4bf8bb3 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 9 Nov 2025 06:35:09 -0500 Subject: [PATCH] ... --- .gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index a2913ec..66d0660 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -116,12 +116,16 @@ jobs: - name: Tofu PR Commenter uses: https://git.trez.wtf/Trez/tf-pr-commenter@main + env: + GITEA_API_URL: ${{ gitea.api_url }} + GITEA_REPOSITORY: ${{ github.repository }} + GITEA_PULL_REQUEST_ID: ${{ github.event.pull_request.number }} + GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }} with: commenter_type: init commenter_input: ${{ steps.tofu-init.outputs.init-output }} commenter_exitcode: ${{ steps.tofu-init.outputs.exitcode }} working_directory: cloudflare - git_token: ${{ secrets.BOT_GITEA_TOKEN }} - name: Tofu Plan id: tofu-plan @@ -134,6 +138,11 @@ jobs: - name: Tofu PR Commenter uses: https://git.trez.wtf/Trez/tf-pr-commenter@main + env: + GITEA_API_URL: ${{ gitea.api_url }} + GITEA_REPOSITORY: ${{ github.repository }} + GITEA_PULL_REQUEST_ID: ${{ github.event.pull_request.number }} + GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }} with: commenter_type: plan commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}