From bc09d03239afbc7662c32eeb31c8497b7ff5bb63 Mon Sep 17 00:00:00 2001 From: Thomas Bnt Date: Wed, 11 Oct 2023 16:38:37 +0200 Subject: [PATCH 1/2] :sparkles: New Github Action: Discord notifcations --- .github/workflows/discord-push.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/discord-push.yml diff --git a/.github/workflows/discord-push.yml b/.github/workflows/discord-push.yml new file mode 100644 index 0000000..3dc3605 --- /dev/null +++ b/.github/workflows/discord-push.yml @@ -0,0 +1,14 @@ +name: Discord Webhook +on: [push] +jobs: + Discord_notification: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v3 + - name: Run Discord Webhook + uses: Mist3r-Robot/classic-discord-webhook@main + with: + id: ${{ secrets.DISCORD_WEBHOOK_ID }} + token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }} + threadId: ${{ secrets.DISCORD_WEBHOOK_THREAD_ID }} \ No newline at end of file From 56d8759b74b63cf71930d387f1723d9bc377c173 Mon Sep 17 00:00:00 2001 From: Thomas Bnt Date: Wed, 11 Oct 2023 16:38:48 +0200 Subject: [PATCH 2/2] :sparkles: Adding Funding file --- .github/FUNDING.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..33af2ce --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: thomasbnt +custom: https://buymeacoffee.com/thomasbnt/?via=thomasbnt \ No newline at end of file