diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cedc83b..e879573 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + token: ${{ secrets.BOT_ACCESS_TOKEN }} - name: Semantic Release uses: go-semantic-release/action@v1