mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
ci: assign read permission to github workflow
Signed-off-by: Grzegorz Choinski <grzegorz.choinski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
548ecec7f8
commit
56dfc3f702
3
.github/workflows/verify.yml
vendored
3
.github/workflows/verify.yml
vendored
@ -8,6 +8,9 @@ name: verify
|
||||
on:
|
||||
- pull_request
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user