No description
  • Gleam 88%
  • Dockerfile 10.1%
  • Makefile 1.9%
Find a file
Renovate Bot 46ea4063dc
All checks were successful
renovate / renovate (push) Successful in -1s
test / test (push) Successful in 1m26s
Merge pull request 'chore(deps): update all dependencies to v7' (#247) from renovate/all into main
2026-06-19 00:15:02 +00:00
.github/workflows chore(deps): update all dependencies to v7 2026-06-19 00:02:30 +00:00
src
test
.dockerignore
.env
.gitignore
.tool-versions chore(deps): update all dependencies to v29.0.2 2026-06-11 00:02:25 +00:00
Dockerfile fix(deps): update all dependencies 2026-06-03 00:03:00 +00:00
gleam.toml chore(deps): update all dependencies to v1.11.0 2026-06-08 00:02:18 +00:00
LICENSE
Makefile
manifest.toml chore(deps): update all dependencies to v1.11.0 2026-06-08 00:02:18 +00:00
README.md
renovate.json group all prs 2026-03-28 10:46:57 +01:00

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