mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 20:58:48 +00:00
ci: add actions: write permission to release_crates
This commit is contained in:
parent
95e0571c2e
commit
a798ff4e89
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release_crates.yml
vendored
1
.github/workflows/release_crates.yml
vendored
|
|
@ -10,6 +10,7 @@ on:
|
|||
|
||||
permissions:
|
||||
contents: write
|
||||
actions: write
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue