diff --git a/.github/workflows/trigger-release.yml b/.github/workflows/trigger-release.yml index 0446c48b5..a8f2259a9 100644 --- a/.github/workflows/trigger-release.yml +++ b/.github/workflows/trigger-release.yml @@ -44,6 +44,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 10 + token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }} - run: npm i -g pnpm@${PNPM_VERSION}