Skip to content

yliaho/jackubot

Repository files navigation

JackuBot

Usage

Install dependencies and build from source:

yarn
yarn build

Create start.sh file

./starth.sh/

#!/bin/bash

GITLAB_PRIVATE_TOKEN=<private_token> DISCORD_WEBHOOK_URL=https://discordapp.com/api/webhooks/<id>/<token> node dist/index.js

Make the shell script executable

chmod +x start.sh

Run the bot

./start.sh

About

GitLab webhook payloads to Discord

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published