diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 88a403c..f947381 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -29,6 +29,8 @@ jobs: - name: Release uses: justincy/github-action-npm-release@2.0.2 id: release + with: + token: ${{ secrets.RELEASE_TOKEN }} - name: Print release output if: ${{ steps.release.outputs.released == 'true' }}