diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..92587e47 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,15 @@ +name: Post Commit to Discord + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - name: Discord notification + env: + DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} + DISCORD_USERNAME: AltBot + uses: Ilshidur/action-discord@c7b60ec