We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70e74c commit 22ac3bdCopy full SHA for 22ac3bd
.github/workflows/perform-release.yml
@@ -63,6 +63,8 @@ jobs:
63
ARTIFACT_PATH: ${{ inputs.artifact-path }}
64
steps:
65
- uses: actions/checkout@v4
66
+ with:
67
+ token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
68
- name: Set up JDK 17
69
uses: spring-io/spring-gradle-build-action@v2
70
- id: project-version
0 commit comments