Skip to content

Commit

Permalink
Revert environment variable GITHUB_PRIVATE_KEY to `GITHUB_APP_PRIVA…
Browse files Browse the repository at this point in the history
…TEKEY`.
  • Loading branch information
jmalloc committed Mar 3, 2023
1 parent f2ac4ea commit a7ff894
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ The format is based on [Keep a Changelog], and this project adheres to
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

## [0.1.4] - 2023-03-03

- Fix another misnamed environment variable, all environment variables are now
named as they were in v0.1.1

## [0.1.3] - 2023-03-03

- Return environment variable naming to match v0.1.1, as the change in v0.1.2
Expand All @@ -34,6 +39,7 @@ The format is based on [Keep a Changelog], and this project adheres to
[0.1.1]: https://github.com/dogmatiq/browser/releases/v0.1.1
[0.1.2]: https://github.com/dogmatiq/browser/releases/v0.1.2
[0.1.3]: https://github.com/dogmatiq/browser/releases/v0.1.3
[0.1.4]: https://github.com/dogmatiq/browser/releases/v0.1.4

<!-- version template
## [0.0.1] - YYYY-MM-DD
Expand Down
2 changes: 1 addition & 1 deletion cmd/browser/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var githubAppClientSecret = ferrite.
Required()

var githubAppPrivateKey = ferrite.
String("GITHUB_PRIVATE_KEY", "the private key for the GitHub application used to read repository content").
String("GITHUB_APP_PRIVATEKEY", "the private key for the GitHub application used to read repository content").
Required()

var githubAppHookSecret = ferrite.
Expand Down

0 comments on commit a7ff894

Please sign in to comment.