mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-13 22:44:36 +08:00
Allow use of client id as an app id (#4057)
This commit is contained in:
@@ -137,7 +137,7 @@ etFcaQuTHEZyRhhJ4BU=
|
||||
-----END PRIVATE KEY-----`
|
||||
|
||||
auth := &GitHubAppAuth{
|
||||
AppID: 123,
|
||||
AppID: "123",
|
||||
AppPrivateKey: key,
|
||||
}
|
||||
jwt, err := createJWTForGitHubApp(auth)
|
||||
|
||||
Reference in New Issue
Block a user