fix: add contents: write permission to update-index workflow

This commit is contained in:
mukul975
2026-03-11 00:28:45 +01:00
parent 90d93af814
commit 08e7f55636
+2
View File
@@ -9,6 +9,8 @@ on:
jobs:
update-index:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with: