We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627361d commit 13a4d1bCopy full SHA for 13a4d1b
.github/workflows/notify-showcase.yml
@@ -0,0 +1,16 @@
1
+name: Notify Showcase
2
+
3
+on:
4
+ push:
5
+ branches: [main]
6
7
+jobs:
8
+ notify-parent:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Dispatch event to RepoShowcase
12
+ run: |
13
+ curl -X POST https://api.github.com/repos/hi2ma-bu4/RepoShowcase/dispatches \
14
+ -H "Authorization: token ${{ secrets.SHOWCASE_DISPATCH_TOKEN }}" \
15
+ -H "Accept: application/vnd.github.v3+json" \
16
+ -d '{"event_type":"child_updated", "client_payload": {"child": "javalibraryscript"}}'
0 commit comments