Skip to content

Commit 205f581

Browse files
committed
build.yaml: Reduce permissions to minimum for security
1 parent b1946fd commit 205f581

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ on:
2323
- cron: '0 2 * * 5' # Every Friday at 2am
2424
workflow_dispatch:
2525

26+
# Reduce permissions to minimum for security
27+
permissions:
28+
contents: read
29+
2630
jobs:
2731
build:
2832
strategy:

0 commit comments

Comments
 (0)