Merge pull request #5137 from aditya7302/chart-lint-workflow
Define top level Permission for lint-chart.yaml (Chart Lint) workflow
This commit is contained in:
commit
c4a81bf36c
|
@ -17,6 +17,9 @@ on:
|
|||
paths:
|
||||
- "charts/**"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
chart-lint-test:
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
Loading…
Reference in New Issue