Skip to content

Commit 7d96ab6

Browse files
committed
CI: Reduce action permissions per best practices
1 parent 7346dcc commit 7d96ab6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# DESCRIPTION: Github actions config
23
#
34
# This file ONLY is placed under the Creative Commons Public Domain, for
@@ -10,7 +11,10 @@ on:
1011
push:
1112
pull_request:
1213
schedule:
13-
- cron: '0 0 * * 0' # weekly
14+
- cron: '0 0 * * 0' # weekly
15+
16+
permissions:
17+
contents: read
1418

1519
jobs:
1620
vlt:

0 commit comments

Comments
 (0)