From 08e7f556366a66401cef68dc3eb760ab90d6a878 Mon Sep 17 00:00:00 2001 From: mukul975 Date: Wed, 11 Mar 2026 00:28:45 +0100 Subject: [PATCH] fix: add contents: write permission to update-index workflow --- .github/workflows/update-index.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-index.yml b/.github/workflows/update-index.yml index 7ed2bee6..28d96398 100644 --- a/.github/workflows/update-index.yml +++ b/.github/workflows/update-index.yml @@ -9,6 +9,8 @@ on: jobs: update-index: runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v4 with: