This is an automated email from the ASF dual-hosted git repository. davidarthur pushed a commit to branch fix-flaky-test-report in repository https://gitbox.apache.org/repos/asf/kafka.git
commit 6b83597082448aabcfc96839496dcb0204ab63d6 Author: David Arthur <[email protected]> AuthorDate: Tue Aug 12 09:31:05 2025 -0400 use new secret --- .github/workflows/generate-reports.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-reports.yml b/.github/workflows/generate-reports.yml index a3ae34fcecb..47362ceb201 100644 --- a/.github/workflows/generate-reports.yml +++ b/.github/workflows/generate-reports.yml @@ -38,6 +38,6 @@ jobs: - name: Run Report if : ${{ ! github.event.repository.fork }} env: - DEVELOCITY_ACCESS_TOKEN: ${{ secrets.DV_API_ACCESS }} + DEVELOCITY_ACCESS_TOKEN: ${{ secrets.KAFKA_DEVELOCITY_ACCESS_KEY }} run: | python ./.github/scripts/develocity_reports.py >> $GITHUB_STEP_SUMMARY
