X Tutup
Skip to content

Commit c32bcee

Browse files
committed
No need to configure production OAuth app on release anymore
1 parent 72bde68 commit c32bcee

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/releases.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
version: latest
2626
args: release --release-notes=CHANGELOG.md
2727
env:
28-
GH_OAUTH_CLIENT_ID: 178c6fc778ccc68e1d6a
29-
GH_OAUTH_CLIENT_SECRET: ${{secrets.OAUTH_CLIENT_SECRET}}
3028
GITHUB_TOKEN: ${{secrets.UPLOAD_GITHUB_TOKEN}}
3129
msi:
3230
needs: goreleaser

.goreleaser.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ builds:
1313
main: ./cmd/gh
1414
ldflags:
1515
- -s -w -X github.com/cli/cli/command.Version={{.Version}} -X github.com/cli/cli/command.BuildDate={{time "2006-01-02"}}
16-
- -X github.com/cli/cli/context.oauthClientID={{.Env.GH_OAUTH_CLIENT_ID}}
17-
- -X github.com/cli/cli/context.oauthClientSecret={{.Env.GH_OAUTH_CLIENT_SECRET}}
1816
- -X main.updaterEnabled=cli/cli
1917
id: macos
2018
goos: [darwin]

0 commit comments

Comments
 (0)
X Tutup