Skip to content

Commit 9a114b9

Browse files
authored
ci: fix git identity for changesets Version Packages commit (vercel#1357)
Set setupGitUser: false on changesets/action to prevent it from overwriting our git config with the hardcoded github-actions[bot] identity. The git identity is now configured in a prior step using the app-slug output from actions/create-github-app-token.
1 parent 7f17b07 commit 9a114b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
version: pnpm ci:version
6666
publish: pnpm ci:publish
6767
createGithubReleases: false
68+
setupGitUser: false
6869
env:
6970
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
7071

0 commit comments

Comments
 (0)