This is an automated email from the ASF dual-hosted git repository. davidarthur pushed a commit to branch gh-ge-credential-expiry in repository https://gitbox.apache.org/repos/asf/kafka.git
commit 528e976903f3c1e46d2acbc0ef051a318decac54 Author: David Arthur <[email protected]> AuthorDate: Tue Sep 3 14:32:02 2024 -0400 increase develocity expiry to 4 hours --- .github/actions/setup-gradle/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-gradle/action.yml b/.github/actions/setup-gradle/action.yml index c676597f485..26ab1a210aa 100644 --- a/.github/actions/setup-gradle/action.yml +++ b/.github/actions/setup-gradle/action.yml @@ -43,6 +43,7 @@ runs: with: gradle-version: wrapper develocity-access-key: ${{ inputs.develocity-access-key }} + develocity-token-expiry: "4" cache-read-only: ${{ inputs.gradle-cache-read-only }} # Cache downloaded JDKs in addition to the default directories. gradle-home-cache-includes: |
