Skip to content

Commit

Permalink
fix(goreleaser): Update brew section
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 14, 2020
1 parent b71e48c commit 46fb3da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ snapshot:
changelog:
sort: asc

brew:
github:
owner: ory
name: homebrew-oathkeeper
homepage: https://www.ory.sh
commit_author:
name: ory
email: [email protected]
brews:
-
github:
owner: ory
name: homebrew-oathkeeper
homepage: https://www.ory.sh
commit_author:
name: ory
email: [email protected]

scoop:
bucket:
Expand Down
2 changes: 1 addition & 1 deletion cmd/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func RunServe(version, build, date string) func(cmd *cobra.Command, args []strin
Service: "ory-oathkeeper",
ClusterID: clusterID(d.Configuration()),
IsDevelopment: isDevelopment(d.Configuration()),
WriteKey: "MSx9A6YQ1qodnkzEFOv22cxOmOCJXMFa",
WriteKey: "xRVRP48SAKw6ViJEnvB0u2PY8bVlsO6O",
WhitelistedPaths: []string{
"/",
api.CredentialsPath,
Expand Down

0 comments on commit 46fb3da

Please sign in to comment.