Define top level Permission for lint-chart.yaml (Chart Lint) workflow
Signed-off-by: aditya7302 <aditya7302@gmail.com>
This commit is contained in:
parent
0aa91d8fbc
commit
2a35dfbdb0
|
@ -17,6 +17,9 @@ on:
|
|||
paths:
|
||||
- "charts/**"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
chart-lint-test:
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
Loading…
Reference in New Issue