diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index a6f4c9d..a2913ec 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -134,12 +134,10 @@ jobs: - name: Tofu PR Commenter uses: https://git.trez.wtf/Trez/tf-pr-commenter@main - env: - GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }} with: commenter_type: plan - commenter_input: ${{ steps.tofu-init.outputs.init-output }} - commenter_exitcode: ${{ steps.tofu-init.outputs.exitcode }} + commenter_input: ${{ steps.tofu-plan.outputs.plan-output }} + commenter_exitcode: ${{ steps.tofu-plan.outputs.exitcode }} working_directory: cloudflare git_token: ${{ secrets.BOT_GITEA_TOKEN }}