Skip to content

Commit 9529003

Browse files
authored
MINOR Use new Develocity secret for flaky test report (#20344)
Using Develocity secret for flaky test report. Reviewers: Bill Bejeck<[email protected]>
1 parent 8bdafb4 commit 9529003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
- name: Run Report
3939
if : ${{ ! github.event.repository.fork }}
4040
env:
41-
DEVELOCITY_ACCESS_TOKEN: ${{ secrets.DV_API_ACCESS }}
41+
DEVELOCITY_ACCESS_TOKEN: ${{ secrets.KAFKA_DEVELOCITY_ACCESS_KEY }}
4242
run: |
4343
python ./.github/scripts/develocity_reports.py >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)