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:
parent
2e31aa1146
commit
808e8e0f36
@ -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"
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user