Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0rek committed Apr 29, 2024
1 parent 20e535a commit b9814ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
uses: johannes-huther/[email protected]
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
Expand Down

0 comments on commit b9814ac

Please sign in to comment.