Skip to content

Commit

Permalink
💚 Add client-node dispatcher (#370)
Browse files Browse the repository at this point in the history
Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
  • Loading branch information
rinx authored May 11, 2020
1 parent 6a8c616 commit ca49f71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update-protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ jobs:
REPO: vdaas/vald-client-python
USER: ${{ secrets.DISPATCH_USER }}
TOKEN: ${{ secrets.DISPATCH_TOKEN }}
- name: client-node
run: |
curl --fail -u "${USER}:${TOKEN}" -X POST https://api.github.com/repos/${REPO}/dispatches -H 'Accept: application/vnd.github.everest-preview+json' --data '{"event_type": "update-protobuf"}'
env:
REPO: vdaas/vald-client-node
USER: ${{ secrets.DISPATCH_USER }}
TOKEN: ${{ secrets.DISPATCH_TOKEN }}

0 comments on commit ca49f71

Please sign in to comment.