From b9814ac9f4be9f6b7b41c00bcd137dd479925e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Florkiewicz?= Date: Mon, 29 Apr 2024 16:12:02 +0000 Subject: [PATCH] f --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 16f816d..35b5952 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,13 +17,13 @@ jobs: uses: johannes-huther/webhook.sh@v1.0.0 with: # The HTTP URI of the webhook endpoint to invoke - webhook_url: https://dev.lumina.eiger.co + webhook_url: "https://dev.lumina.eiger.co/hooks/deploy-dev.sh" # The secret with which a signature hash is generated webhook_secret: # Credentials to be used for BASIC authentication (optional) webhook_auth: # optional # json | form-urlencoded | json-extended - webhook_type: # optional + webhook_type: json # optional # Optional, set to true to enable verbose output. Warning: this might lead to domain and IP leaking, as well as other security issues as the logs are public. verbose: # optional # Optional, set to true to disable output and therefore IP leaking