From aaa7490b339269570637bf197441d711692cd1a5 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 19 Nov 2025 06:20:45 -0500 Subject: [PATCH] Updating Gotify action and adding inputs for comment steps. --- .gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 66d0660..5196047 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -34,7 +34,7 @@ jobs: run: echo "VAULT_TOKEN=${{ secrets.VAULT_GITEA_TOKEN }}" >> $GITHUB_ENV - name: Gotify Notification - Start - uses: eikendev/gotify-action@master + uses: eikendev/gotify-action@0.0.3 with: gotify_api_base: ${{ secrets.RUNNER_GOTIFY_URL }} gotify_app_token: ${{ secrets.RUNNER_GOTIFY_TOKEN }} @@ -51,7 +51,7 @@ jobs: assignee: ${{ github.actor }} - name: Gotify Notification - Done - uses: eikendev/gotify-action@master + uses: eikendev/gotify-action@0.0.3 with: gotify_api_base: ${{ secrets.RUNNER_GOTIFY_URL }} gotify_app_token: ${{ secrets.RUNNER_GOTIFY_TOKEN }} @@ -125,6 +125,7 @@ jobs: commenter_type: init commenter_input: ${{ steps.tofu-init.outputs.init-output }} commenter_exitcode: ${{ steps.tofu-init.outputs.exitcode }} + git_token: ${{ secrets.BOT_GITEA_TOKEN }} working_directory: cloudflare - name: Tofu Plan @@ -147,8 +148,8 @@ jobs: commenter_type: plan commenter_input: ${{ steps.tofu-plan.outputs.plan-output }} commenter_exitcode: ${{ steps.tofu-plan.outputs.exitcode }} - working_directory: cloudflare git_token: ${{ secrets.BOT_GITEA_TOKEN }} + working_directory: cloudflare # - name: Wait for manual approval # uses: trstringer/manual-approval@v1