Skip to content

Releases: distributhor/workflow-webhook

v3.0.7

04 Nov 12:24
Compare
Choose a tag to compare
  • Added support for authentication other than BASIC, for example, bearer tokens. See webhook_auth_type and webhook_auth in the README

v3.0.6

04 Nov 08:21
Compare
Choose a tag to compare
  • 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

01 Jun 08:34
Compare
Choose a tag to compare
  • 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

29 Apr 12:18
Compare
Choose a tag to compare
  • Internal improvements to JSON handling

v3.0.3

28 Mar 06:35
Compare
Choose a tag to compare
  • 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

28 Dec 12:30
Compare
Choose a tag to compare
  • Fix a bug with the generation of SHA1 signature
  • Return the webhook response from the action, using the GITHUB_OUTPUT variable

v3.0.1

12 Oct 05:28
Compare
Choose a tag to compare
  • 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

07 Oct 17:32
Compare
Choose a tag to compare
  • 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

09 Aug 08:20
Compare
Choose a tag to compare

Added support for connection timeout to be set

v2.0.3

25 Feb 09:21
Compare
Choose a tag to compare

Output the unique request ID in the logs, unless silent=true