mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -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
|
- reopened
|
||||||
- synchronize
|
- synchronize
|
||||||
- ready_for_review
|
- ready_for_review
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
concurrency:
|
concurrency:
|
||||||
group: '${{ github.workflow }}-${{ !contains(github.event.pull_request.labels.*.name, ''ci-test-flaky'') && github.head_ref || github.run_id }}'
|
group: '${{ github.workflow }}-${{ !contains(github.event.pull_request.labels.*.name, ''ci-test-flaky'') && github.head_ref || github.run_id }}'
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue