Skip to content

Commit c2873b5

Browse files
authored
chore: resolve auth+changesets release bot from issue using incorrect token (electron-userland#9338)
1 parent b6a34c0 commit c2873b5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae
3232
id: generate-token
3333
with:
34+
export-git-user: true
3435
creds: ${{ secrets.RELEASE_BOT_APP_CREDS }}
3536

3637
- name: Create versions PR & prepare publish
@@ -40,5 +41,7 @@ jobs:
4041
commit: 'chore(deploy): Release'
4142
title: 'chore(deploy): Release'
4243
publish: pnpm ci:publish
44+
setupGitUser: false
45+
commitMode: github-api
4346
env:
4447
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)