Skip to content

Commit 5d4be8d

Browse files
authored
Fix electron type workflow (#3633)
1 parent 0bec26c commit 5d4be8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-electron-types.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create Pull Request
3333
uses: peter-evans/create-pull-request@v7
3434
with:
35-
token: ${{ secrets.GITHUB_TOKEN }}
35+
token: ${{ secrets.PR_GH_TOKEN }}
3636
commit-message: '[chore] Update electron-types to ${{ steps.get-version.outputs.NEW_VERSION }}'
3737
title: '[chore] Update electron-types to ${{ steps.get-version.outputs.NEW_VERSION }}'
3838
body: |

0 commit comments

Comments
 (0)