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