Skip to content

Webhook Update staging #527

Webhook Update staging

Webhook Update staging #527

Workflow file for this run

name: Webhook Update staging
on:
workflow_run:
workflows: ["Docker Image CI"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger second repository
run: |
curl -XPOST -u "eolito:${{secrets.WEBHOOK_SECRET}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/eol-uchile/edx-kustomize/dispatches --data '{"event_type": "update-images", "client_payload": {"type": "staging"}}'