diff --git a/.github/workflows/update-electron-types.yaml b/.github/workflows/update-electron-types.yaml index cb4043135..3cfd99689 100644 --- a/.github/workflows/update-electron-types.yaml +++ b/.github/workflows/update-electron-types.yaml @@ -32,7 +32,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PR_GH_TOKEN }} commit-message: '[chore] Update electron-types to ${{ steps.get-version.outputs.NEW_VERSION }}' title: '[chore] Update electron-types to ${{ steps.get-version.outputs.NEW_VERSION }}' body: |