Skip to content

Commit c4a81bf

Browse files
authored
Merge pull request #5137 from aditya7302/chart-lint-workflow
Define top level Permission for lint-chart.yaml (Chart Lint) workflow
2 parents 0aa91d8 + 2a35dfb commit c4a81bf

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)