Skip to content

Commit 93b9afc

Browse files
josephdt12apeabody
andauthored
chore: Update GitLab and GitHub test users (#379)
Co-authored-by: Andrew Peabody <[email protected]>
1 parent 7c98e3d commit 93b9afc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/im_cloudbuild_workspace_github/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ module "im_workspace" {
3030

3131
// Found in the URL of your Cloud Build GitHub app configuration settings
3232
// https://cloud.google.com/build/docs/automating-builds/github/connect-repo-github?generation=2nd-gen#connecting_a_github_host_programmatically
33-
github_app_installation_id = "47590865"
33+
github_app_installation_id = "68754904"
3434
github_personal_access_token = var.im_github_pat
3535
}

test/integration/utils/github_client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222
)
2323

2424
const (
25-
GitHubOwner = "im-goose"
26-
GitHubAppID = "47590865" // Found in the URL of your Cloud Build GitHub app configuration settings
25+
GitHubOwner = "infra-manager-bootstrap-module"
26+
GitHubAppID = "68754904" // Found in the URL of your Cloud Build GitHub app configuration settings
2727
)
2828

2929
type GitHubClient struct {

test/integration/utils/gitlab_client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222
)
2323

2424
const (
25-
GitlabGroup = "infrastructure-manager"
26-
gitlabGroupID = 84326276
25+
GitlabGroup = "terraform-google-bootstrap"
26+
gitlabGroupID = 108396266
2727
)
2828

2929
type GitLabClient struct {

0 commit comments

Comments
 (0)