mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Create downstream.yml
This commit is contained in:
14
.github/workflows/downstream.yml
vendored
Normal file
14
.github/workflows/downstream.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Downstream
|
||||
|
||||
# Alert downstream repos
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Alert M3O
|
||||
run: |
|
||||
curl -X POST -H "Authorization: token $GH_PAT" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/m3o/m3o/dispatches -d '{"event_type":"micro_services"}'
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
Reference in New Issue
Block a user