Skip to content

Commit cdabac5

Browse files
committed
[github actions] Limit permissions of CI jobs to read-only access.
1 parent 8ceccb8 commit cdabac5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/quickstart.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
on: [push, pull_request]
1212

1313
name: Continuous integration
14+
permissions:
15+
- contents: read
1416

1517
jobs:
1618
check:

0 commit comments

Comments
 (0)