trying KAFKA_DEVELOCITY_ACCESS_KEY again

This commit is contained in:
David Arthur 2025-07-08 09:28:01 -04:00
parent 6a538ef8a6
commit 6e9d8f8e77
1 changed files with 1 additions and 1 deletions

View File

@ -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' }}