build(github): add GITHUB_TOKEN to setup-java actions (#4923)

This commit is contained in:
James Rich 2026-03-25 20:53:18 -05:00 committed by GitHub
parent 6f95435cfc
commit 36290fc94b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 11 additions and 3 deletions

View file

@ -52,6 +52,7 @@ jobs:
with:
java-version: '17'
distribution: 'jetbrains'
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v6