From 7e35aae811be46943c78cceb15d2fa207bcd65a6 Mon Sep 17 00:00:00 2001 From: Birju Vachhani Date: Thu, 14 Sep 2023 11:56:41 +0530 Subject: [PATCH] Create stars.yml --- .github/workflows/stars.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/stars.yml diff --git a/.github/workflows/stars.yml b/.github/workflows/stars.yml new file mode 100644 index 0000000..c9511e4 --- /dev/null +++ b/.github/workflows/stars.yml @@ -0,0 +1,11 @@ +name: Stars + +on: + watch: + types: [started] + +jobs: + notify: + uses: BirjuVachhani/shared-workflows/.github/workflows/stars.yml@main + secrets: + ntfy_url: ${{ secrets.NTFY_TOPIC }}