From 800ad9c2806ae65b57578fde9234c7833532efe3 Mon Sep 17 00:00:00 2001 From: Maxim Vershinin Date: Wed, 5 Aug 2026 16:57:12 +0500 Subject: [PATCH] Building images action uses a secret to authenticate webhook server --- .gitea/workflows/build_image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_image.yaml b/.gitea/workflows/build_image.yaml index 7e9c660..6b935d8 100644 --- a/.gitea/workflows/build_image.yaml +++ b/.gitea/workflows/build_image.yaml @@ -60,4 +60,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Trigger the webhook on the deployment server to start pulling the images - run: curl "https://webhook.vmn.su/hooks/pull-audio-splitter" + run: curl "https://webhook.vmn.su/hooks/deploy-audio-splitter?token=${{ secrets.CD_WEBHOOK_TOKEN }}"