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

docs: link to personal access token docs

closes https://github.com/goreleaser/goreleaser/issues/2026

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2021-03-22 08:52:26 -03:00
parent 740ab6f2bd
commit a62c6792e0

View File

@ -151,6 +151,8 @@ create a secret named `GH_PAT`, the step will look like this:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
```
You can also read the [GitHub documentation](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) about it.
## How does it look like?
You can check [this example repository](https://github.com/goreleaser/example) for a real world example.