Skip to content

Commit 662252a

Browse files
Heiko KieselWeltraumschaf
authored andcommitted
Add bot token already in checkout
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent 45c235c commit 662252a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Checkout repository
4040
uses: actions/checkout@v3
4141
with:
42+
token: ${{ secrets.SCB_BOT_USER_TOKEN }} # here because https://www.paulmowat.co.uk/blog/resolve-github-action-gh006-protected-branch-update-failed
4243
fetch-depth: 0 # required by previous_tag
4344

4445
- name: Set up JDK 17

0 commit comments

Comments
 (0)