From 82d5835a5d4b3a51ecb93243910439413603b5ba Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Tue, 17 Dec 2024 17:52:26 +1030 Subject: [PATCH] feat: add GitHub Actions workflow for notifications --- .github/workflows/notify.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/notify.yml diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml new file mode 100644 index 0000000..8354c88 --- /dev/null +++ b/.github/workflows/notify.yml @@ -0,0 +1,10 @@ +name: Notify +on: + push: + branches: + - "**" +jobs: + notify: + uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@BRANCH_OR_TAG + secrets: + WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}