Skip to content

Commit

Permalink
adjust cross-repo deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
HarriPra committed Mar 14, 2024
1 parent 128e728 commit 0e5cc56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross-repo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2

- name: Trigger deployment in another repo
uses: ./.github/actions/repo-dispatch/action
uses: ./.github/actions/repo-dispatch
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: UKHSA-Internal/hpod-ukhsa-generate-webform-url-citizen # Replace target repository's name
Expand Down

0 comments on commit 0e5cc56

Please sign in to comment.