From 7c34177e3561a0ca79991d8177ae74a1282e9ba4 Mon Sep 17 00:00:00 2001 From: Stephan Siemen Date: Fri, 13 Nov 2020 09:27:52 +0000 Subject: [PATCH] GitHub Action - add event eccodes-update --- .github/workflows/ecmwflibs.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/ecmwflibs.yml diff --git a/.github/workflows/ecmwflibs.yml b/.github/workflows/ecmwflibs.yml new file mode 100644 index 000000000..b4b65b37d --- /dev/null +++ b/.github/workflows/ecmwflibs.yml @@ -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 \ No newline at end of file