Skip to content

Commit

Permalink
Changelog: Fix Typos and make new changes more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
raafaelima committed Nov 2, 2022
1 parent 27c20dc commit 6adfe25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
### Breaking Changes

- Removed support for the deprecated `GHHELPER_ACCESS` in favor of `GITHUB_TOKEN` as the default environment variable to set the GitHub API token. [#420]
- The `github_client:` parameter (aka `ConfigItem`) is now mandatory for all Fastlane actions that use the GitHub API. [#420]
- The `github_token:` parameter (aka `ConfigItem`)–or using the corresponding `GITHUB_TOKEN` env var to provide it a value–is now mandatory for all Fastlane actions that use the GitHub API. [#420]
- The Fastlane action `comment_on_pr` has the parameter `access_key:` replaced by `github_token:`. [#420]

### New Features
Expand Down

0 comments on commit 6adfe25

Please sign in to comment.