We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc721c7 commit 44bdd18Copy full SHA for 44bdd18
.github/workflows/notify-main.yml
@@ -0,0 +1,18 @@
1
+name: Notify main repo
2
+
3
+on:
4
+ push:
5
+ tags:
6
+ - "v*"
7
8
+jobs:
9
+ notify:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Dispatch to webrpc/webrpc
13
+ uses: peter-evans/repository-dispatch@v3
14
+ with:
15
+ token: ${{ secrets.GH_TOKEN_GIT_COMMIT }}
16
+ repository: webrpc/webrpc
17
+ event-type: generator-updated
18
+ client-payload: '{"generator": "gen-javascript", "version": "${{ github.ref_name }}"}'
0 commit comments