mirror of https://github.com/apache/kafka.git
trying KAFKA_DEVELOCITY_ACCESS_KEY again
This commit is contained in:
parent
6a538ef8a6
commit
6e9d8f8e77
|
@ -130,7 +130,7 @@ jobs:
|
||||||
java-version: 23
|
java-version: 23
|
||||||
gradle-cache-read-only: ${{ !inputs.is-trunk }}
|
gradle-cache-read-only: ${{ !inputs.is-trunk }}
|
||||||
gradle-cache-write-only: ${{ inputs.is-trunk }}
|
gradle-cache-write-only: ${{ inputs.is-trunk }}
|
||||||
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
|
develocity-access-key: ${{ secrets.KAFKA_DEVELOCITY_ACCESS_KEY }}
|
||||||
- name: Compile and validate
|
- name: Compile and validate
|
||||||
env:
|
env:
|
||||||
SCAN_ARG: ${{ inputs.is-public-fork && '--no-scan' || '--scan' }}
|
SCAN_ARG: ${{ inputs.is-public-fork && '--no-scan' || '--scan' }}
|
||||||
|
|
Loading…
Reference in New Issue