You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Clone this repository and set the following environment variables:
19
19
20
20
*`CF_ACCOUNT_ID` - the Cloudflare account ID from your dashboard
21
21
*`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
23
23
*`SLACK_WEBHOOK` - the Slack incoming webhook URL
24
24
25
25
You can also change `wrangler.toml` to alter the worker name or define custom routes.
0 commit comments