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:
parent
c1547a317a
commit
5f0ad328be
@ -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].
|
||||
|
Loading…
x
Reference in New Issue
Block a user