|
||
---|---|---|
events | ||
.gitignore | ||
generate.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md | ||
TIMELINE.md | ||
web.go |
Gitea Webhook
Webhook structs for Gitea webhook payloads.
Generating
There are three required env variables
Variable | Reason |
---|---|
GITEA_TOKEN |
Gitea token for "main" account to use |
GITEA_TOKEN_ALT |
Gitea token for "alt" account (fork, PR review) |
WEBHOOK_URL |
URL that this app will be running on |