Skip to content

Commit d35f645

Browse files
committed
Check repo with a token before pushing commits
* Remove such a `token` from the `spring-artifactory-gradle-release-staging.yml` since we don't do repo modification from there anymore
1 parent 23b3a88 commit d35f645

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767

6868
- uses: actions/checkout@v4
6969
with:
70-
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
7170
show-progress: false
7271

7372
- name: Checkout Common Repo

.github/workflows/spring-finalize-release.yml

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

2626
- uses: actions/checkout@v4
2727
with:
28+
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
2829
show-progress: false
2930

3031
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)