Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-event
5. Copy deploy domain which does not contain random id
1. ✅ your-project-name.deno.dev
2. ❌ your-project-name-1234567890ab.deno.dev
6. Go to your organization page -> settings -> webhooks (https://github.com/organizations/<your-organization>/settings/hooks)
6. Go to your organization page -> settings -> webhooks (https://github.com/organizations/your-organization/settings/hooks)
7. Add new webhook
1. Click on "Add webhook" button
2. Payload URL: insert deploy domain from step 5
Expand Down
Loading