mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
ci: fix workflow permissions (#22640)
This commit is contained in:
parent
ea3651a1ac
commit
627c49c9d8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -13,6 +13,8 @@ on:
|
|||
- reopened
|
||||
- synchronize
|
||||
- ready_for_review
|
||||
permissions:
|
||||
contents: write
|
||||
concurrency:
|
||||
group: '${{ github.workflow }}-${{ !contains(github.event.pull_request.labels.*.name, ''ci-test-flaky'') && github.head_ref || github.run_id }}'
|
||||
cancel-in-progress: true
|
||||
|
|
Loading…
Reference in a new issue