Skip to content

Commit c989948

Browse files
committed
Increase short-lived access token's expiry to 4 hours
Closes gh-42695
1 parent b0dd42e commit c989948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/prepare-gradle-build/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ runs:
4949
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
5050
with:
5151
develocity-access-key: ${{ inputs.develocity-access-key }}
52+
develocity-token-expiry: 4
5253
- name: Configure Gradle Properties
5354
shell: bash
5455
run: |

0 commit comments

Comments
 (0)