Skip to content

Commit 39a667e

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint-chart.yaml

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

20+
permissions:
21+
contents: read # Required by actions/checkout@v4 to fetch the repository contents.
22+
statuses: write # Necessary to update the status of workflow runs.
23+
2024
jobs:
2125
chart-lint-test:
2226
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)