We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c49ed commit c6f240bCopy full SHA for c6f240b
.github/workflows/stars.yaml
@@ -0,0 +1,11 @@
1
+name: Stars
2
+
3
+on:
4
+ watch:
5
+ types: [started]
6
7
+jobs:
8
+ notify:
9
+ uses: BirjuVachhani/shared-workflows/.github/workflows/stars.yml@main
10
+ secrets:
11
+ ntfy_url: ${{ secrets.NTFY_TOPIC }}
0 commit comments