Restore permissions
This commit is contained in:
parent
a80c2b4d83
commit
197ea28f76
1 changed files with 5 additions and 0 deletions
5
.github/workflows/cli-release.yml
vendored
5
.github/workflows/cli-release.yml
vendored
|
@ -10,6 +10,11 @@ on:
|
|||
tags:
|
||||
- "cli-v*"
|
||||
|
||||
permissions:
|
||||
# Allow the action to create a release
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
release-linux-amd64:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue