This is an automated email from the ASF dual-hosted git repository. davidarthur pushed a commit to branch minor-try-dv-api-access in repository https://gitbox.apache.org/repos/asf/kafka.git
commit d99cf1baf96c51ae218f9679959bba4432d70c83 Author: David Arthur <[email protected]> AuthorDate: Tue Dec 17 08:48:02 2024 -0500 trying new secret --- .github/workflows/generate-reports.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate-reports.yml b/.github/workflows/generate-reports.yml index d3ad9cfa773..c46a0fe8d8d 100644 --- a/.github/workflows/generate-reports.yml +++ b/.github/workflows/generate-reports.yml @@ -20,6 +20,9 @@ on: schedule: - cron: '0 6 * * *' # Run daily at 6am UTC + pull_request: + branches: + - trunk jobs: flaky-test-report: @@ -38,6 +41,6 @@ jobs: uses: ./.github/actions/setup-python - name: Run Report env: - GE_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }} + DEVELOCITY_ACCESS_TOKEN: ${{ secrets.DV_API_ACCESS }} run: | python ./.github/scripts/develocity_reports.py >> $GITHUB_STEP_SUMMARY \ No newline at end of file
