mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 13:18:59 +00:00
ci: add write permissions to release_cli.yaml
This commit is contained in:
parent
825e27178c
commit
5f651df156
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release_cli.yaml
vendored
3
.github/workflows/release_cli.yaml
vendored
|
|
@ -12,6 +12,9 @@ on:
|
|||
paths:
|
||||
- npm/oxc/package.json
|
||||
|
||||
permissions:
|
||||
contents: write # for softprops/action-gh-release
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: Check version
|
||||
|
|
|
|||
Loading…
Reference in a new issue