Skip to content

Commit

Permalink
link the token
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Apr 27, 2022
1 parent 0f83ac3 commit aa89fde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/generate-changelog.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
* Usage:
* GITHUB_TOKEN=<github_token> php bin/generate-changelog.php <from-commit> <to-commit> >> <file_to_dump.md>
* GITHUB_TOKEN=ghp_... php bin/generate-changelog.php 07736c1 cb74bb6 >> CHANGELOG_dumped.md
*
* Generate the Composer token here: https://github.com/settings/tokens/new
*/
final class GenerateChangelogCommand extends Command
{
Expand Down

0 comments on commit aa89fde

Please sign in to comment.