Skip to content

Commit

Permalink
Give the validate workflow permission to read packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Oct 16, 2024
1 parent ed38919 commit 818ec13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate-clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ on:
- "**"
workflow_dispatch:

permissions:
packages: read

jobs:
# This job inspects changed files in order to determine which cluster files
# should be validated. If helm-chart files change, then all clusters will be
Expand Down

0 comments on commit 818ec13

Please sign in to comment.