File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ variable "budget_limit_usd" {
1717}
1818
1919variable "allowed_github_repos" {
20- description = " GitHub repo patterns permitted to assume the OIDC CI role (e.g. ['repo:the-training-arc/*']) ."
20+ description = " GitHub repo patterns permitted to assume the OIDC CI role."
2121 type = list (string )
22- default = [" repo:the-training-arc /*" ]
22+ default = [" repo:DurianPy-Davao-Python-User-Group /*" ]
2323}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ variable "budget_limit_usd" {
4444}
4545
4646variable "allowed_github_repos" {
47- description = " GitHub repo patterns permitted to assume the OIDC CI role (e.g. ['repo:the-training-arc /*'])."
47+ description = " GitHub repo patterns permitted to assume the OIDC CI role (e.g. ['repo:DurianPy-Davao-Python-User-Group /*'])."
4848 type = list (string )
49- default = [" repo:the-training-arc /*" ]
49+ default = [" repo:DurianPy-Davao-Python-User-Group /*" ]
5050}
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ cdn_domain_name = "cdn.durianpy.org"
66cdn_hosted_zone = " durianpy.org"
77cdn_record_name = " cdn"
88
9- allowed_github_repos = [" repo:the-training-arc /*" ]
9+ allowed_github_repos = [" repo:DurianPy-Davao-Python-User-Group /*" ]
1010
1111budget_notification_email = " durianpy.davao+devops@gmail.com"
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ variable "budget_notification_email" {
1111}
1212
1313variable "allowed_github_repos" {
14- description = " GitHub repo patterns permitted to assume the OIDC CI role (e.g. ['repo:the-training-arc /*'])."
14+ description = " GitHub repo patterns permitted to assume the OIDC CI role (e.g. ['repo:DurianPy-Davao-Python-User-Group /*'])."
1515 type = list (string )
16- default = [" repo:the-training-arc /*" ]
16+ default = [" repo:DurianPy-Davao-Python-User-Group /*" ]
1717}
1818
1919variable "cdn_domain_name" {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ variable "budget_limit_usd" {
1717}
1818
1919variable "allowed_github_repos" {
20- description = " GitHub repo patterns permitted to assume the OIDC CI role (e.g. ['repo:the-training-arc /*'])."
20+ description = " GitHub repo patterns permitted to assume the OIDC CI role (e.g. ['repo:DurianPy-Davao-Python-User-Group /*'])."
2121 type = list (string )
22- default = [" repo:the-training-arc/*" ]
22+ default = [" repo:the-training-arc/*" , " repo:DurianPy-Davao-Python-User-Group/* " ]
2323}
You can’t perform that action at this time.
0 commit comments