diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b68e4e175b2d..431b2757736c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -87,3 +87,11 @@ jobs: if: github.repository == 'camptocamp/ngeo' - run: buildtools/npm-publish if: github.repository == 'camptocamp/ngeo' + + - name: Notify c2cgeoportal + run: > + curl --request POST --header "Content-Type: application/json" + --header 'Accept: application/vnd.github.groot-preview+json' + --header "Authorization: token ${{ env.GITHUB_GOPASS_CI_TOKEN }}" + https://api.github.com/repos/camptocamp/c2cgeoportal/dispatches + --data '{"event_type": "ngeo_25_updated"}'