diff --git a/.github/workflows/strain_dispatcher.yml b/.github/workflows/strain_dispatcher.yml index 6b794f98..9b8e9f1e 100644 --- a/.github/workflows/strain_dispatcher.yml +++ b/.github/workflows/strain_dispatcher.yml @@ -15,6 +15,6 @@ jobs: uses: peter-evans/repository-dispatch@v2 with: token: ${{ secrets.NELP_PAT_TEST }} - repository: nelc/edx-platform-strains + repository: johanv26/the-strain-tester event-type: strain-update-pr client-payload: '{"repo": "${{ github.repository }}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "property_json_path": "DISTRO_EOX_NELP_DPKG.version", "branch": "${{ github.ref_name }}"}'