Releases: distributhor/workflow-webhook
Releases · distributhor/workflow-webhook
v3.0.7
- Added support for authentication other than BASIC, for example, bearer tokens. See
webhook_auth_type
andwebhook_auth
in the README
v3.0.6
- Improved environment variable handling (will now correctly handle variables set with either 'env' or 'with')
- Removed setting which indicates webhook_secret to be required
v3.0.5
- Change curl option --fail to --fail-with-body
- If the webhook call fails with non 200 HTTP code, the result body will still be returned
- Removed the curl progress meter from verbose output
v3.0.4
- Internal improvements to JSON handling
v3.0.3
- Fixed bug with multi-line output in response-body for GITHUB_OUTPUT
- Added support for --max-time curl option
- Added rudimentary support for arbitrary, basic curl options to be passed in
v3.0.2
- Fix a bug with the generation of SHA1 signature
- Return the webhook response from the action, using the GITHUB_OUTPUT variable
v3.0.1
- The webhook secret is now optional. If omitted, the URL itself will be used as the value with which to generate the hash
v3.0.0
- The X-GitHub-Delivery header now submits a UUID by default
- The name of the X-GitHub-Event can now be custom specified
v2.0.4
Added support for connection timeout to be set
v2.0.3
Output the unique request ID in the logs, unless silent=true