Skip to content

Commit

Permalink
Include no GitHub allowlist rules by default (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulerickson authored Jan 4, 2022
1 parent 55f5d81 commit 1f44d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const (
DefaultBitbucketBaseURL = bitbucketcloud.BaseURL
DefaultDataDir = "~/.atlantis"
DefaultGHHostname = "github.com"
DefaultGHTeamAllowlist = "*:plan,*:apply"
DefaultGHTeamAllowlist = ""
DefaultGitlabHostname = "gitlab.com"
DefaultLogLevel = "info"
DefaultParallelPoolSize = 15
Expand Down

0 comments on commit 1f44d2f

Please sign in to comment.