Note
This app was made in 1.5 hours please forgive any issues, during testing there were 0 issues (Javascript testing). Feel free to create a github issue if you want me to add any logos to the public build.
Important
Any issues? Email me@snowyjs.lol
or contact me on discord @ snowyjs
. I would love to help!
If you don't want to do either of them simply make a new issue Here
Note
You can deploy Gitracker Here
You will need to set up one secret in your repository settings, DISCORD_WEBHOOK_URL
. To do so, go to your repository settings, then secrets, then new repository secret. Name it DISCORD_WEBHOOK_URL
and paste your webhook URL in the value box.
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Push via Gitracker
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
uses: snowypy/Gitracker@master