Skip to content

Commit 1a19e0b

Browse files
committed
Pass access key into Prepare Gradle Build
See gh-41120
1 parent 138307c commit 1a19e0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ runs:
2929
- name: Prepare Gradle Build
3030
uses: ./.github/actions/prepare-gradle-build
3131
with:
32+
develocity-access-key: ${{ inputs.develocity-access-key }}
3233
java-version: ${{ inputs.java-version }}
3334
java-toolchain: ${{ inputs.java-toolchain }}
3435
- name: Build

0 commit comments

Comments
 (0)