Fix GH actions write permission.
This commit is contained in:
parent
54979c5d0e
commit
ea2f93ea06
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -5,8 +5,7 @@ on:
|
|||
tags:
|
||||
- "v*" # Will trigger only if tag is pushed matching pattern `v*` (Eg: `v0.1.0`)
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
permissions: write-all
|
||||
|
||||
jobs:
|
||||
goreleaser:
|
||||
|
|
Loading…
Reference in a new issue