Skip to content

Commit

Permalink
README: add workflow scope
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Feb 20, 2021
1 parent 750267b commit dbd970a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It it is recommended to run this Action on `macos` if bumping a formula in core

## Usage

One should use the [Personal Access Token](https://github.com/settings/tokens/new?scopes=public_repo) for `token` input to this Action, not the default `GITHUB_TOKEN`, because `brew bump-formula-pr` creates a fork of the formula's tap repository (if needed) and then creates a pull request.
One should use the [Personal Access Token](https://github.com/settings/tokens/new?scopes=public_repo,workflow) for `token` input to this Action, not the default `GITHUB_TOKEN`, because `brew bump-formula-pr` creates a fork of the formula's tap repository (if needed) and then creates a pull request.

> There are two ways to use this Action.
Expand Down

0 comments on commit dbd970a

Please sign in to comment.