Skip to content

Commit 2a35dfb

Browse files
committed
Define top level Permission for lint-chart.yaml (Chart Lint) workflow
Signed-off-by: aditya7302 <[email protected]>
1 parent 0aa91d8 commit 2a35dfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint-chart.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
paths:
1818
- "charts/**"
1919

20+
permissions:
21+
contents: read
22+
2023
jobs:
2124
chart-lint-test:
2225
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)