Skip to content

Commit

Permalink
docs: add clarification about token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 11, 2024
1 parent 5a9db64 commit a3f2122
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

**github-generate-release** is the simplest way to create a GitHub Release.

It needs a GitHub token with `public_repo` permission, exposed as `GH_TOKEN` or `GITHUB_TOKEN` (see [example](https://github.com/Kikobeats/github-generate-release/blob/5a9db649b79ed0bb01194413e1dcc4818e82d155/.github/workflows/main.yml#L63)).

Just call it and it will release the latest git tag created:

```sh
Expand Down

0 comments on commit a3f2122

Please sign in to comment.