Skip to content

Commit 22ac3bd

Browse files
committed
Check out source with token
Closes gh-56
1 parent c70e74c commit 22ac3bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/perform-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
ARTIFACT_PATH: ${{ inputs.artifact-path }}
6464
steps:
6565
- uses: actions/checkout@v4
66+
with:
67+
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
6668
- name: Set up JDK 17
6769
uses: spring-io/spring-gradle-build-action@v2
6870
- id: project-version

0 commit comments

Comments
 (0)