mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +00:00
Use non-default access token in release pipeline
This ensures that subsequent workflows are triggered Closes gh-11022
This commit is contained in:
parent
9a57b42786
commit
8914f06eca
2
.github/workflows/release-next-version.yml
vendored
2
.github/workflows/release-next-version.yml
vendored
@ -78,6 +78,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user