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:
karmada-bot 2024-07-04 15:38:59 +08:00 committed by GitHub
commit c4a81bf36c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ on:
paths:
- "charts/**"
permissions:
contents: read
jobs:
chart-lint-test:
runs-on: ubuntu-22.04