mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-29 01:44:39 +02:00
docs: update wrong permission key (#3206)
This commit is contained in:
parent
0c9c82ab2f
commit
153226a560
@ -147,10 +147,10 @@ Following environment variables can be used as `step.env` keys
|
||||
|
||||
The following [permissions](https://docs.github.com/en/actions/reference/authentication-in-a-workflow#permissions-for-the-github_token) are required by GoReleaser:
|
||||
|
||||
- `content: write` if you wish to
|
||||
- `contents: write` if you wish to
|
||||
- [upload archives as GitHub Releases](/customization/release/), or
|
||||
- publish to [Homebrew](/customization/homebrew/), or [Scoop](/customization/scoop/) (assuming it's part of the same repository)
|
||||
- or just `content: read` if you don't need any of the above
|
||||
- or just `contents: read` if you don't need any of the above
|
||||
- `packages: write` if you [push Docker images](/customization/docker/) to GitHub
|
||||
- `issues: write` if you use [milestone closing capability](/customization/milestone/)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user