Skip to content

Commit 994cc9b

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs-website.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
build:
2121
runs-on: ubuntu-latest
2222
name: Build (Docs)
23+
permissions:
24+
contents: read
2325
steps:
2426
- name: Checkout
2527
uses: actions/checkout@v4

0 commit comments

Comments
 (0)