From 332f1fc29f0c9f4683356ce98dadf319e6fa3990 Mon Sep 17 00:00:00 2001 From: Jean-Robin Date: Thu, 30 Jan 2025 17:02:19 +0100 Subject: [PATCH] Update trigger-benchmark.yml --- .github/workflows/trigger-benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-benchmark.yml b/.github/workflows/trigger-benchmark.yml index 99ad06311..7599f01fc 100644 --- a/.github/workflows/trigger-benchmark.yml +++ b/.github/workflows/trigger-benchmark.yml @@ -10,7 +10,7 @@ jobs: - name: Trigger taipy-benchmark computation uses: peter-evans/repository-dispatch@v3 with: - token: ${{secrets.TAIPY_INTEGRATION_TESTING_ACCESS_TOKEN}} + token: ${{secrets.TAIPY_BENCHMARK_ACCESS_TOKEN}} repository: avaiga/taipy-benchmark event-type: benchmark client-payload: '{"repo": "taipy", "commitSHA": "${{ github.sha }}"}'