Skip to content

Commit 58cba31

Browse files
authored
Explainer for shared secret
1 parent 9ff81ce commit 58cba31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Clone this repository and set the following environment variables:
1919

2020
* `CF_ACCOUNT_ID` - the Cloudflare account ID from your dashboard
2121
* `CF_API_TOKEN` - a [Cloudflare API token](https://developers.cloudflare.com/fundamentals/api/get-started/create-token/) - use the "Edit Cloudflare Workers" template
22-
* `API_SECRET` - the shared secret that will be used to sign the GitHub payloads
22+
* `API_SECRET` - a shared secret you create that will be used to sign the GitHub payloads
2323
* `SLACK_WEBHOOK` - the Slack incoming webhook URL
2424

2525
You can also change `wrangler.toml` to alter the worker name or define custom routes.

0 commit comments

Comments
 (0)