Skip to content

Commit d6aecf7

Browse files
committed
fix: correct webhook URL in docs (service name is examples-copier)
1 parent aa070f8 commit d6aecf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/DEPLOYMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ curl ${SERVICE_URL}/health
432432
- Go to: `https://github.com/YOUR_ORG/YOUR_REPO/settings/hooks`
433433

434434
2. **Add or edit webhook**
435-
- **Payload URL:** `https://github-copier-XXXXXXXXXX-uc.a.run.app/events` (use your Cloud Run URL)
435+
- **Payload URL:** `https://examples-copier-XXXXXXXXXX-uc.a.run.app/events` (use your Cloud Run URL)
436436
- **Content type:** `application/json`
437437
- **Secret:** (the webhook secret from Secret Manager)
438438
- **Events:** Select "Pull requests"

0 commit comments

Comments
 (0)