mirror of https://github.com/ecmwf/eccodes.git
Merge pull request #49 from StephanSiemen/develop
GitHub Action - add event eccodes-update
This commit is contained in:
commit
784b60cb0b
|
@ -0,0 +1,16 @@
|
|||
name: Notify ecmwflibs
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mvasigh/dispatch-action@main
|
||||
with:
|
||||
token: ${{ secrets.NOTIFY_ECMWFLIBS }}
|
||||
repo: ecmwflibs
|
||||
owner: ecmwf
|
||||
event_type: eccodes-updated
|
Loading…
Reference in New Issue