mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +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:
|
paths:
|
||||||
- npm/oxc/package.json
|
- npm/oxc/package.json
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write # for softprops/action-gh-release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
name: Check version
|
name: Check version
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue