Skip to content

Commit 6adfe25

Browse files
committed
Changelog: Fix Typos and make new changes more descriptive
1 parent 27c20dc commit 6adfe25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
### Breaking Changes
88

99
- Removed support for the deprecated `GHHELPER_ACCESS` in favor of `GITHUB_TOKEN` as the default environment variable to set the GitHub API token. [#420]
10-
- The `github_client:` parameter (aka `ConfigItem`) is now mandatory for all Fastlane actions that use the GitHub API. [#420]
10+
- 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]
1111
- The Fastlane action `comment_on_pr` has the parameter `access_key:` replaced by `github_token:`. [#420]
1212

1313
### New Features

0 commit comments

Comments
 (0)