Skip to content

Commit b8d60d7

Browse files
committed
rename user agent
1 parent 6da4b7a commit b8d60d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lambdas/functions/control-plane/src/github/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export async function createOctokitClient(token: string, ghesApiUrl = ''): Promi
2929

3030
return new CustomOctokit({
3131
...ocktokitOptions,
32-
userAgent: process.env.USER_AGENT || 'aws-github-runner',
32+
userAgent: process.env.USER_AGENT || 'github-aws-runners',
3333
throttle: {
3434
onRateLimit: (retryAfter: number, options: Required<EndpointDefaults>) => {
3535
logger.warn(

modules/multi-runner/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,5 +675,5 @@ variable "eventbridge" {
675675
variable "user_agent" {
676676
description = "User agent used for API calls by lambda functions."
677677
type = string
678-
default = "aws-github-runner"
678+
default = "github-aws-runners"
679679
}

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,5 +956,5 @@ EOF
956956
variable "user_agent" {
957957
description = "User agent used for API calls by lambda functions."
958958
type = string
959-
default = "aws-github-runner"
959+
default = "github-aws-runners"
960960
}

0 commit comments

Comments
 (0)