No need to configure production OAuth app on release anymore

This commit is contained in:
Mislav Marohnić 2020-02-18 19:23:37 +01:00
parent 72bde685b0
commit c32bcee4bb
2 changed files with 0 additions and 4 deletions

View file

@ -13,8 +13,6 @@ builds:
main: ./cmd/gh
ldflags:
- -s -w -X github.com/cli/cli/command.Version={{.Version}} -X github.com/cli/cli/command.BuildDate={{time "2006-01-02"}}
- -X github.com/cli/cli/context.oauthClientID={{.Env.GH_OAUTH_CLIENT_ID}}
- -X github.com/cli/cli/context.oauthClientSecret={{.Env.GH_OAUTH_CLIENT_SECRET}}
- -X main.updaterEnabled=cli/cli
id: macos
goos: [darwin]