Skip to content

Commit

Permalink
add allowed repos
Browse files Browse the repository at this point in the history
  • Loading branch information
wj00037 committed Oct 23, 2024
1 parent f17261e commit 2e38ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/gitee.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (
)

var (
allowedRepos = []string{"openeuler", "src-openeuler", "lfs-org"}
allowedRepos = []string{"openeuler", "src-openeuler", "lfs-org", "wj00037", "wenl4ng"}
uploadPermissions = []string{"admin", "developer"}
downloadPermissions = []string{"admin", "developer", "read"}
)
Expand Down

0 comments on commit 2e38ccd

Please sign in to comment.