From 23ad7edb45d72e8d5919a9c766443e3ebde023c7 Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Sun, 18 Feb 2024 16:35:45 +0100 Subject: [PATCH] chore: update secret reference in the integration pipeline --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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