Skip to content

Commit

Permalink
fixing permissions issues
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 5, 2024
1 parent d9dac24 commit 51a3574
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ locals {
collaborators = {
naray007 = "push",
morga471 = "push",
lolli001 = "push",
gomez385 = "push"
}
pull_request_bypassers = [
Expand Down Expand Up @@ -52,7 +51,7 @@ module "automation-repos" {
module "centralized-actions" {
source = "HappyPathway/repo/github"
#github_codeowners_team = "CSVD"
github_repo_description = "Automation Repos for Morpheus POC"
github_repo_description = "Repository for centralized and reusable github actions"
repo_org = "CSVD"
name = "centralized-actions"
github_repo_topics = [
Expand Down

0 comments on commit 51a3574

Please sign in to comment.