Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: payload and secret are translated in some langs(use inline code) #35759

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@

You can use the following `secret` and `payload` values to verify that your implementation is correct:

* `secret`: "It's a Secret to Everybody"
* `payload`: "Hello, World!"
* `secret`: `It's a Secret to Everybody`
* `payload`: `Hello, World!`

If your implementation is correct, the signatures that you generate should match the following signature values:

* signature: `757107ea0eb2509fc211221cce984b8a37570b6d7586c22c46f4379c8b043e17`

Check warning on line 65 in content/webhooks/using-webhooks/validating-webhook-deliveries.md

View workflow job for this annotation

GitHub Actions / lint-content

First word of list item should be capitalized

Expected: Signature:.
* X-Hub-Signature-256: `sha256=757107ea0eb2509fc211221cce984b8a37570b6d7586c22c46f4379c8b043e17`

### Examples
Expand Down
Loading