From 5d4be8dc6342035378d3f8356c8202326c4cc795 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Sat, 26 Apr 2025 07:43:35 +1000 Subject: [PATCH] Fix electron type workflow (#3633) --- .github/workflows/update-electron-types.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |