diff --git a/.github/workflows/conventional-commit-release.yaml b/.github/workflows/conventional-commit-release.yaml index edf4ade..7ba7376 100644 --- a/.github/workflows/conventional-commit-release.yaml +++ b/.github/workflows/conventional-commit-release.yaml @@ -244,6 +244,7 @@ jobs: uses: actions/checkout@v4.1.1 with: ref: ${{ fromJson(steps.release.outputs.pr).headBranchName }} + token: ${{ secrets.RELEASE_TOKEN }} fetch-depth: 0 - name: Import GPG key