Skip to content

Commit

Permalink
fixup! use chained params for loading secret
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-github committed May 10, 2020
1 parent 6aecaf6 commit 47518ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/github/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 47518ee

Please sign in to comment.