Skip to content

Commit

Permalink
Added github_token usage to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath committed Nov 1, 2023
1 parent cd7dfc8 commit cd74562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/diff-processor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ make build OLD_REF=branch_or_commit NEW_REF=branch_or_commit

# Run the commands
bin/diff-processor breaking-changes
bin/diff-processor add-labels PR_ID [--dry-run]
GITHUB_TOKEN=github_token bin/diff-processor add-labels PR_ID [--dry-run] # Requires write access to issues
```

## Test
Expand Down

0 comments on commit cd74562

Please sign in to comment.