Skip to content

Commit 25a36b1

Browse files
authored
Merge pull request qualcomm-linux#90 from smuppand/rngtest-fix
Add explicit permissions section to GitHub Actions workflows
2 parents 7433bb9 + 34dc650 commit 25a36b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/preflight-checker-workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
branches: [ "main" ]
77
workflow_dispatch:
88

9+
permissions:
10+
contents: read
11+
security-events: write
12+
913
jobs:
1014
checker:
1115
uses: qualcomm-linux/qli-actions/.github/workflows/multi-checker.yml@main

0 commit comments

Comments
 (0)