Skip to content

Commit 649889b

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

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
@@ -19,6 +19,8 @@ on:
1919
jobs:
2020
build:
2121
runs-on: ubuntu-latest
22+
permissions:
23+
contents: read
2224
name: Build (Docs)
2325
steps:
2426
- name: Checkout

0 commit comments

Comments
 (0)