We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb0649 commit 89a6f4eCopy full SHA for 89a6f4e
.github/workflows/benchmark-pull-request.yml
@@ -167,7 +167,7 @@ jobs:
167
- name: Trigger jenkins workflow to run gradle check
168
run: |
169
cat $GITHUB_ENV
170
- bash opensearch-build/scripts/benchmark/benchmark-pull-request.sh ${{ secrets.JENKINS_PR_BENCHMARK_GENERIC_WEBHOOK_TOKEN }}
+ bash opensearch-build/scripts/benchmark/benchmark-pull-request.sh -t ${{ secrets.JENKINS_PR_BENCHMARK_GENERIC_WEBHOOK_TOKEN }} -u ${{ secrets.JENKINS_GITHUB_USER}} -p ${{ secrets.JENKINS_GITHUB_USER_TOKEN}}
171
- name: Update PR with Job Url
172
uses: actions/github-script@v7
173
with:
0 commit comments