Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit c2bd44f

Browse files
committed
Bring back token against respective secret
1 parent 8ce66ba commit c2bd44f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/spring-artifactory-gradle-release-staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636

3737
- uses: actions/checkout@v4
3838
with:
39+
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
3940
show-progress: false
4041

4142
- name: Set up Gradle

.github/workflows/spring-artifactory-maven-release-staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030

3131
- uses: actions/checkout@v3
3232
with:
33+
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
3334
show-progress: false
3435

3536
- name: Set up JDK

0 commit comments

Comments
 (0)