Skip to content

Commit efb5235

Browse files
Potential fix for code scanning alert no. 9: Workflow does not contain permissions (#65)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 621800f commit efb5235

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-docs-index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
update-index:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1214

1315
steps:
1416
- name: Checkout repository

0 commit comments

Comments
 (0)