diff --git a/modules/github/settings.go b/modules/github/settings.go index 9bb814ed7f..b359007347 100644 --- a/modules/github/settings.go +++ b/modules/github/settings.go @@ -17,7 +17,6 @@ type Settings struct { common *cfg.Common apiKey string `help:"Your GitHub API token."` - apiSecret string `help:"Secret store for your GitHub API token."` baseURL string `help:"Your GitHub Enterprise API URL." optional:"true"` customQueries []customQuery `help:"Custom queries allow you to filter pull requests and issues however you like. Give the query a title and a filter. Filters can be copied directly from GitHub’s UI." optional:"true"` enableStatus bool `help:"Display pull request mergeability status (‘dirty’, ‘clean’, ‘unstable’, ‘blocked’)." optional:"true"`