Skip to content

Another webhook test #72

Another webhook test

Another webhook test #72

name: event-dispatch
on:
push:
branches: [master]
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Pull curation scripts
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.PAT_FIRE_EVENTS_ON_CERN_SIS_KUBERNETES }}
repository: cern-sis/kubernetes-inspire
event-type: pull-curation-event
client-payload: '{"ref": "${{ github.sha }}"}'