Project to receive github notification payload and send to telegram via bot. This project require Github Secret and Telegram Bot Token.
- clone the project
- copy file .env-example to .env
$ cp .env-example .env
-
Fill the env
-
install modules
$ go mod tidy
#or
$ go mod download
- run the application into development mode
$ make dev
# run build command
$ make build
# execute
$ ./target/github-webhook-telegram-bot
# run build command
$ make docker-up