No description
Find a file
Renovate Bot 98ec8c9802
All checks were successful
test / test (push) Successful in -1m2s
renovate / renovate (push) Successful in -37s
Merge pull request 'chore(deps): update dependency erlang to v28.3' (#152) from renovate/erlang-28.x into main
2025-12-11 00:04:34 +00:00
.github/workflows Merge pull request 'chore(deps): update renovatebot/github-action action to v44.0.5' (#148) from renovate/renovatebot-github-action-44.x into main 2025-12-03 00:09:55 +00:00
src
test
.dockerignore
.env
.gitignore
.tool-versions chore(deps): update dependency erlang to v28.3 2025-12-11 00:00:38 +00:00
Dockerfile chore(deps): update ghcr.io/gleam-lang/gleam docker tag to v1.13.0 2025-10-19 17:37:03 +00:00
gleam.toml fix(deps): pin dependency gleam_stdlib to 0.67.1 2025-12-04 00:10:34 +00:00
LICENSE
Makefile
manifest.toml chore(deps): lock file maintenance 2025-12-08 00:43:37 +00:00
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