mirror of https://github.com/apache/kafka.git
use new secret
This commit is contained in:
parent
18045c6ac3
commit
6b83597082
|
@ -38,6 +38,6 @@ jobs:
|
||||||
- name: Run Report
|
- name: Run Report
|
||||||
if : ${{ ! github.event.repository.fork }}
|
if : ${{ ! github.event.repository.fork }}
|
||||||
env:
|
env:
|
||||||
DEVELOCITY_ACCESS_TOKEN: ${{ secrets.DV_API_ACCESS }}
|
DEVELOCITY_ACCESS_TOKEN: ${{ secrets.KAFKA_DEVELOCITY_ACCESS_KEY }}
|
||||||
run: |
|
run: |
|
||||||
python ./.github/scripts/develocity_reports.py >> $GITHUB_STEP_SUMMARY
|
python ./.github/scripts/develocity_reports.py >> $GITHUB_STEP_SUMMARY
|
||||||
|
|
Loading…
Reference in New Issue