Skip to content

Commit 85ed2b4

Browse files
committed
update permisisons reuqired for the access token
Signed-off-by: Taylor Silva <dev@taydev.net>
1 parent 6dcf0f3 commit 85ed2b4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ Fetches and creates versioned GitHub resources.
1818
* `repository`: *Required.* The repository name that contains the releases.
1919

2020
* `access_token`: *Optional.* Used for accessing a release in a private-repo
21-
during an `in` and pushing a release to a repo during an `out`. The access
22-
token you create is only required to have the `repo` or `public_repo` scope.
21+
during an `in` and pushing a release to a repo during an `out`. The
22+
[fine-grained access
23+
token](https://github.com/settings/personal-access-tokens) you create is
24+
only required to have the `content` permission. For classic access tokens,
25+
you need the `repo` or `public_repo` permission.
2326

2427
* `github_api_url`: *Optional.* If you use a non-public GitHub deployment then
2528
you can set your API URL here.

0 commit comments

Comments
 (0)