Provide a token when checking out verification tests

See gh-40119
This commit is contained in:
Andy Wilkinson 2024-03-27 14:16:45 +00:00
parent 267c65094d
commit 5cc45a6873

View File

@ -78,6 +78,7 @@ jobs:
with:
repository: spring-projects/spring-boot-release-verification
ref: 'main'
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
- name: Set up Java
uses: actions/setup-java@v4
with: