Skip to content

Commit

Permalink
Send event to c2cgeoportal
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Apr 15, 2020
1 parent ba20560 commit d99af4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}'

0 comments on commit d99af4b

Please sign in to comment.