ci(release): add permission to write content (create new release)
This commit is contained in:
parent
9d0441f5d0
commit
2564add45a
2 changed files with 1 additions and 2 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -2,7 +2,6 @@ name: Checks
|
|||
|
||||
permissions:
|
||||
contents: read
|
||||
security-events: write
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
- "v*.*.*-alpha.*"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
packages: write
|
||||
security-events: write
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue