From e1fd2a28ffb4bb2e6c54beeb17e0229d3cd3f9f0 Mon Sep 17 00:00:00 2001 From: chahatsagarmain Date: Sun, 12 Jan 2025 21:57:20 +0530 Subject: [PATCH] delete cache Signed-off-by: chahatsagarmain --- .github/workflows/ci-e2e-all.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-e2e-all.yml b/.github/workflows/ci-e2e-all.yml index 2297bb5ddc1..95f685800d7 100644 --- a/.github/workflows/ci-e2e-all.yml +++ b/.github/workflows/ci-e2e-all.yml @@ -13,7 +13,10 @@ concurrency: group: combined-cit-${{ github.workflow }}-${{ (github.event.pull_request && github.event.pull_request.number) || github.ref || github.run_id }} cancel-in-progress: true -permissions: write-all +permissions: + contents: write + pull-requests: write + repository-projects: write jobs: badger: