Skip to content

Commit

Permalink
Add bot token already in checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Heiko Kiesel <[email protected]>
  • Loading branch information
Heiko Kiesel committed Aug 10, 2023
1 parent 45c235c commit 5f59a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
token: ${{ secrets.SCB_BOT_USER_TOKEN }} # here because https://www.paulmowat.co.uk/blog/resolve-github-action-gh006-protected-branch-update-failed
fetch-depth: 0 # required by previous_tag

- name: Set up JDK 17
Expand Down

0 comments on commit 5f59a1a

Please sign in to comment.