Skip to content

Commit

Permalink
Give the validate clusters workflow permission to read packages to in…
Browse files Browse the repository at this point in the history
…stall subchart hosted on ghcr.io
  • Loading branch information
sgibson91 committed Oct 16, 2024
1 parent ed38919 commit 2d03d54
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 2d03d54

Please sign in to comment.