chore(github): update GitHub token reference in workflows (#4926)
Some checks are pending
Dependency Submission / dependency-submission (push) Waiting to run
Main CI (Verify & Build) / validate-and-build (push) Waiting to run
Main Push Changelog / Generate main push changelog (push) Waiting to run

This commit is contained in:
James Rich 2026-03-25 21:32:14 -05:00 committed by GitHub
parent da5b28443e
commit ff6e1813ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 10 additions and 10 deletions

View file

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