Skip to content

Commit

Permalink
Check repo with a token before pushing commits
Browse files Browse the repository at this point in the history
* Remove such a `token` from the `spring-artifactory-gradle-release-staging.yml`
since we don't do repo modification from there anymore
  • Loading branch information
artembilan committed Nov 18, 2024
1 parent 23b3a88 commit d35f645
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:

- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
show-progress: false

- name: Checkout Common Repo
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spring-finalize-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
show-progress: false

- uses: actions/setup-java@v4
Expand Down

0 comments on commit d35f645

Please sign in to comment.