ci: assign read permission to github workflow

Signed-off-by: Grzegorz Choinski <grzegorz.choinski@intel.com>
This commit is contained in:
Grzegorz Choinski
2024-01-23 16:54:47 +00:00
committed by Compute-Runtime-Automation
parent 548ecec7f8
commit 56dfc3f702

View File

@ -8,6 +8,9 @@ name: verify
on:
- pull_request
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest