Skip to content

Commit 5cc45a6

Browse files
committed
Provide a token when checking out verification tests
See gh-40119
1 parent 267c650 commit 5cc45a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
with:
7979
repository: spring-projects/spring-boot-release-verification
8080
ref: 'main'
81+
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
8182
- name: Set up Java
8283
uses: actions/setup-java@v4
8384
with:

0 commit comments

Comments
 (0)