From 818ec1378b9deb647d23bd24f3f0a1c134463e37 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Wed, 16 Oct 2024 15:57:01 +0100 Subject: [PATCH] Give the validate workflow permission to read packages --- .github/workflows/validate-clusters.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validate-clusters.yaml b/.github/workflows/validate-clusters.yaml index ed296efaf..9e72b92ab 100644 --- a/.github/workflows/validate-clusters.yaml +++ b/.github/workflows/validate-clusters.yaml @@ -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