You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
events | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
generate.go | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
main.go | 1 year ago | |
web.go | 1 year ago |
README.md
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 |