{{define "title"}}Edit Repo{{end}} {{define "content"}} {{with .Data}}
← Back to repos

Edit Repo

{{if .Repo.WebhookVerified}}

Webhook verified

{{if .Repo.WebhookVerifiedAt}}

Verified at {{.Repo.WebhookVerifiedAt.Format "Jan 02, 2006 3:04 PM"}}

{{end}}
{{else}}

Webhook setup required

Follow these steps to configure the Forgejo webhook:

  1. Go to repo webhook settings in Forgejo
  2. Click Add WebhookForgejo
  3. Set Target URL to: {{.BaseURL}}/webhooks/forgejo/{{.Repo.Slug}}
  4. Set Content Type to application/json
  5. Set Secret to: {{.Repo.WebhookSecret}}
  6. Under Trigger On, select Custom Events → check only Issues
  7. Click Add Webhook, then click into the webhook and hit Test Delivery
  8. Come back and reload this page to confirm verification
{{end}}
{{end}} {{end}}