Merge pull request #335 from dxw/renovate/govuk-components-5.x-lockfile #77
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
jobs: | |
triggerE2eTests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger E2E tests in separate repo | |
uses: peter-evans/repository-dispatch@v3 | |
with: | |
token: ${{ secrets.PAT }} | |
repository: dxw/dfsseta-apply-for-landing-e2e | |
event-type: trigger-e2e-tests | |
client-payload: | |
'{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' |