diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 9af9f772be..69986aa4af 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -11,7 +11,7 @@ jobs: - name: Repository Dispatch uses: peter-evans/repository-dispatch@v1 with: - token: "${{ secrets.GITHUB_TOKEN}}" + token: "${{ secrets.PAT_INTEGRATION_TESTS}}" repository: ulisesgascon/express-examples event-type: integration-tests client-payload: '{"branch": "${{ github.head_ref || github.ref }}"}' \ No newline at end of file