Skip to content

Commit

Permalink
📖 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Aug 14, 2019
1 parent 34fb449 commit e2c4168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# verify-github-webhook-secret

[![TypeScript](https://img.shields.io/badge/types-TypeScript-blue.svg)](https://www.typescriptlang.org)
[![Build Status](https://dev.azure.com/screendriver/verify-github-webhook-secret/_apis/build/status/screendriver.verify-github-webhook-secret?branchName=master)](https://dev.azure.com/screendriver/verify-github-webhook-secret/_build/latest?definitionId=2?branchName=master)

Verifies the [secret](https://developer.github.com/v3/repos/hooks/#create-hook-config-params) that is sent in [GitHub Webhooks](https://developer.github.com/webhooks/). The `secret` will be used as the key to generate the HMAC hex digest value in the `X-Hub-Signature` header.

Expand Down

0 comments on commit e2c4168

Please sign in to comment.