diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 48b92e7caa..3489b6527f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -25,7 +25,7 @@ jobs: env: TOKEN: ${{ secrets.PAT_INTEGRATION_TESTS }} run: | - response=$(curl -X POST https://api.github.com/repos/expressjs/examples/dispatches \ + response=$(curl -X POST https://api.github.com/repos/UlisesGascon/express-examples/dispatches \ -H 'Accept: application/vnd.github.everest-preview+json' \ -H "Authorization: token $TOKEN" \ --data '{"event_type": "integration-tests", "client_payload": {"branch": "${{ steps.get_branch.outputs.branch }}", "repo": "${{ steps.get_repo.outputs.repo }}"}}')