diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 987d513b..b451d256 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,6 @@ 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