You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-11-23 21:44:44 +02:00
Drop Gogs private mode (#1726)
You should use `WOODPECKER_AUTHENTICATE_PUBLIC_REPOS` instead if repos sent from forge as public should be authenticated
This commit is contained in:
@@ -66,11 +66,11 @@ const (
|
||||
RepoPerforce SCMKind = "perforce"
|
||||
)
|
||||
|
||||
// RepoVisibly represent to wat state a repo in woodpecker is visible to others
|
||||
type RepoVisibly string
|
||||
// RepoVisibility represent to wat state a repo in woodpecker is visible to others
|
||||
type RepoVisibility string
|
||||
|
||||
const (
|
||||
VisibilityPublic RepoVisibly = "public"
|
||||
VisibilityPrivate RepoVisibly = "private"
|
||||
VisibilityInternal RepoVisibly = "internal"
|
||||
VisibilityPublic RepoVisibility = "public"
|
||||
VisibilityPrivate RepoVisibility = "private"
|
||||
VisibilityInternal RepoVisibility = "internal"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user