-
Notifications
You must be signed in to change notification settings - Fork 67k
Erroneous example Ruby code snippet #28258
Copy link
Copy link
Closed
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content team
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content team
Type
Fields
Give feedbackNo fields configured for issues without a type.
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/webhooks/using-webhooks/securing-your-webhooks#ruby-example
What changes are you suggesting?
The first argument of the call to
OpenSSL::HMAC.hexdigestshould be just a string describing the requested algorithm. Diff is pretty self-explanatory. 😁Additional information
No response