File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
examples/im_cloudbuild_workspace_github Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import (
2222)
2323
2424const (
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
2929type GitHubClient struct {
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import (
2222)
2323
2424const (
25- GitlabGroup = "infrastructure-manager "
26- gitlabGroupID = 84326276
25+ GitlabGroup = "terraform-google-bootstrap "
26+ gitlabGroupID = 108396266
2727)
2828
2929type GitLabClient struct {
You can’t perform that action at this time.
0 commit comments