summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-02-29 17:04:29 -0500
committerGitHub <noreply@github.com>2024-02-29 22:04:29 +0000
commit627c49c9d8bd06aac374932582596c866650666d (patch)
tree1aa334dae4b63fab101924e779c1077dce7d9bb5
parentea3651a1acc5fc7dc4dae4006bc63e308095c55d (diff)
ci: fix workflow permissions (#22640)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d9d952659..060b3c829 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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