No description
| .github/workflows | ||
| src | ||
| test | ||
| .dockerignore | ||
| .env | ||
| .gitignore | ||
| .tool-versions | ||
| Dockerfile | ||
| gleam.toml | ||
| LICENSE | ||
| Makefile | ||
| manifest.toml | ||
| README.md | ||
| renovate.json | ||
webhook_action_proxy
Environment vars:
PORT: 8000 # Port the app will run on
INSTANCE: "https://code.forgejo.org" # The url of the forgejo/gitea/could work with github even. It is important that it contains the schema (http/https) otherwise it will fail at runtime.
TOKEN: "token" # Token with workflow write permissions on the desired repos
SECRET: "shared" # Secret that you will put inside your webhooks
MAIN_BRANCH: "main" # Name of the main branch, it is main by default.
Running the tests
make test
Running locally
make run