Update rust.yml

This commit is contained in:
Shunsuke Shibayama 2023-02-10 01:33:19 +09:00
parent 68850e8d8b
commit 4e2aa5c054

View file

@ -74,3 +74,17 @@ jobs:
with:
command: clippy
args: --all --all-targets --verbose -- -D warnings
notify-change:
runs-on: ubuntu-latest
steps:
- name: notify to ergscripts
run: |
TOKEN=${{ secrets.DEV_TOKEN }}
curl \
-X POST \
-H "Authorization: token $TOKEN" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/mtshiba/ergscripts/dispatches \
-d '{"event_type":"notification-push-main","client_payload":{"msg": "a change has been pushed to main"}}'