File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 GITHUB_SHA : ${{ github.sha }}
9797 GITHUB_REF_NAME : ${{ github.ref_name }}
9898 GITHUB_TOKEN : ${{ github.token }}
99- PERFORMANCE_TESTS_TRIGGER_TOKEN : ${{ secrets.PERFORMANCE_TESTS_TRIGGER_TOKEN }}
99+ JAVALIN_PR_RW : ${{ secrets.JAVALIN_PR_RW }}
100100 BENCHMARK_DATA_BRANCH : ${{ vars.BENCHMARK_DATA_BRANCH || 'benchmark-data' }}
101101 PR_PREVIEW_BASE_URL : ${{ vars.PR_PREVIEW_PAGES_BASE_URL || 'https://javalin.github.io/javalin-performance-tests-testing/pr-previews' }}
102102 steps :
@@ -332,7 +332,7 @@ jobs:
332332 if : success() && env.INPUT_TRIGGER_PR_NUMBER != ''
333333 uses : actions/github-script@v8
334334 with :
335- github-token : ${{ secrets.PERFORMANCE_TESTS_TRIGGER_TOKEN }}
335+ github-token : ${{ secrets.JAVALIN_PR_RW }}
336336 script : |
337337 const [owner, repo] = process.env.INPUT_TRIGGER_REPOSITORY.split("/");
338338 const prNumber = parseInt(process.env.INPUT_TRIGGER_PR_NUMBER, 10);
@@ -353,7 +353,7 @@ jobs:
353353 if : failure() && env.INPUT_TRIGGER_PR_NUMBER != ''
354354 uses : actions/github-script@v8
355355 with :
356- github-token : ${{ secrets.PERFORMANCE_TESTS_TRIGGER_TOKEN }}
356+ github-token : ${{ secrets.JAVALIN_PR_RW }}
357357 script : |
358358 const [owner, repo] = process.env.INPUT_TRIGGER_REPOSITORY.split("/");
359359 const prNumber = parseInt(process.env.INPUT_TRIGGER_PR_NUMBER, 10);
You can’t perform that action at this time.
0 commit comments