From dbd970a2536d0ac0c00ab33fd13bb8207067e925 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sat, 20 Feb 2021 13:36:05 +0100 Subject: [PATCH] README: add workflow scope --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20dfb1f..45bc7a3 100644 --- a/README.md +++ b/README.md @@ -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.