No need to configure production OAuth app on release anymore
This commit is contained in:
parent
72bde685b0
commit
c32bcee4bb
2 changed files with 0 additions and 4 deletions
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
|
|
@ -25,8 +25,6 @@ jobs:
|
||||||
version: latest
|
version: latest
|
||||||
args: release --release-notes=CHANGELOG.md
|
args: release --release-notes=CHANGELOG.md
|
||||||
env:
|
env:
|
||||||
GH_OAUTH_CLIENT_ID: 178c6fc778ccc68e1d6a
|
|
||||||
GH_OAUTH_CLIENT_SECRET: ${{secrets.OAUTH_CLIENT_SECRET}}
|
|
||||||
GITHUB_TOKEN: ${{secrets.UPLOAD_GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.UPLOAD_GITHUB_TOKEN}}
|
||||||
msi:
|
msi:
|
||||||
needs: goreleaser
|
needs: goreleaser
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,6 @@ builds:
|
||||||
main: ./cmd/gh
|
main: ./cmd/gh
|
||||||
ldflags:
|
ldflags:
|
||||||
- -s -w -X github.com/cli/cli/command.Version={{.Version}} -X github.com/cli/cli/command.BuildDate={{time "2006-01-02"}}
|
- -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
|
- -X main.updaterEnabled=cli/cli
|
||||||
id: macos
|
id: macos
|
||||||
goos: [darwin]
|
goos: [darwin]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue