1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs(quickstart): minimum github_token perms (#2722)

* docs(quickstart): minimum github_token perms

after testing, this is what I found

not sure this is the exact way we should write this but it's a start

* Update www/docs/quick-start.md

Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Ron Green 2021-12-04 19:03:36 +02:00 committed by GitHub
parent 2e31aa1146
commit 808e8e0f36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,9 @@ In order to release to GitHub, you'll need to export a `GITHUB_TOKEN` environmen
It will be used to deploy releases to your GitHub repository.
You can create a new github token [here](https://github.com/settings/tokens/new).
!!! info
The minimum permissions the `GITHUB_TOKEN` should have to run this are `write:packages`
```sh
export GITHUB_TOKEN="YOUR_GH_TOKEN"
```