1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00

docs: add GITHUB_TOKEN to github action file (#1210)

without it goreleaser will have no rights to publish files on github.
This commit is contained in:
nadoo 2019-10-21 19:33:19 +08:00 committed by Carlos Alexandro Becker
parent c1547a317a
commit 5f0ad328be

View File

@ -32,6 +32,8 @@ jobs:
with:
version: latest
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
> For detailed intructions please follow GitHub Actions [workflow syntax][syntax].