Skip to content

adjust the called action #2

adjust the called action

adjust the called action #2

name: Trigger Deployment Workflow in CareObra
on:
push:
branches:
- feature/LADO-1108-GenerateAutomaticChange
jobs:
trigger-deployment:
runs-on: ubuntu-latest
steps:
- name: Trigger deployment in another repo
uses: ./.github/actions/repo-dispatch
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: UKHSA-Internal/hpod-ukhsa-generate-webform-url-citizen # Replace target repository's name
event-type: trigger-deployment # This is a custom event type we listen for in deployment.yml