Skip to content

move to manifest-based content for Rainbow #23

move to manifest-based content for Rainbow

move to manifest-based content for Rainbow #23

Workflow file for this run

name: deploy
on:
push:
branches: [ main, staging ]
jobs:
trigger-deploy:
name: Trigger master deploy
runs-on: ubuntu-latest
steps:
- name: Build event type
id: event_type
run: |
echo "##[set-output name=value;]deploy_${GITHUB_REF##*/}"
- name: Trigger schemas.isotc211.org
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.PAT_TOKEN }}
repository: ISO-TC211/schemas.isotc211.org
event-type: ${{ steps.event_type.outputs.value }}
- name: Trigger def.isotc211.org
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.PAT_TOKEN }}
repository: ISO-TC211/def.isotc211.org
event-type: ${{ steps.event_type.outputs.value }}