We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65828fc commit 332f1fcCopy full SHA for 332f1fc
.github/workflows/trigger-benchmark.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Trigger taipy-benchmark computation
11
uses: peter-evans/repository-dispatch@v3
12
with:
13
- token: ${{secrets.TAIPY_INTEGRATION_TESTING_ACCESS_TOKEN}}
+ token: ${{secrets.TAIPY_BENCHMARK_ACCESS_TOKEN}}
14
repository: avaiga/taipy-benchmark
15
event-type: benchmark
16
client-payload: '{"repo": "taipy", "commitSHA": "${{ github.sha }}"}'
0 commit comments