Skip to content

Commit 161fd9b

Browse files
committed
Update default git identity to socket-bot
1 parent b73c116 commit 161fd9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constants.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,12 +709,12 @@ const LAZY_ENV = () => {
709709
// The git config user.email used by Socket CLI.
710710
SOCKET_CLI_GIT_USER_EMAIL:
711711
envAsString(env['SOCKET_CLI_GIT_USER_EMAIL']) ||
712-
'github-actions[bot]@users.noreply.github.com',
712+
'94589996+socket-bot@users.noreply.github.com',
713713
// The git config user.name used by Socket CLI.
714714
SOCKET_CLI_GIT_USER_NAME:
715715
envAsString(env['SOCKET_CLI_GIT_USER_NAME']) ||
716716
envAsString(env['SOCKET_CLI_GIT_USERNAME']) ||
717-
'github-actions[bot]',
717+
'Socket Bot',
718718
// Change the base URL for GitHub REST API calls.
719719
// https://docs.github.com/en/rest
720720
SOCKET_CLI_GITHUB_API_URL:

0 commit comments

Comments
 (0)