diff --git a/.github/workflows/release-it.yml b/.github/workflows/release-it.yml index 3c35ab01..c6af90b1 100644 --- a/.github/workflows/release-it.yml +++ b/.github/workflows/release-it.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + token: ${{ secrets.RELEASE_TOKEN }} - name: Git config run: |