mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +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:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
actions: write
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue