From 29d4c96c70faf37d0cf8f48206e598ce45a7b77e Mon Sep 17 00:00:00 2001 From: Drew Minnear Date: Wed, 1 Oct 2025 16:42:53 -0400 Subject: [PATCH] add secrets block to workflow --- .github/workflows/update-helm-repo.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update-helm-repo.yml b/.github/workflows/update-helm-repo.yml index b6ebe2e..4e538f3 100644 --- a/.github/workflows/update-helm-repo.yml +++ b/.github/workflows/update-helm-repo.yml @@ -16,6 +16,9 @@ name: vp-patterns/update-helm-repo on: workflow_call: + secrets: + CHARTS_REPOS_TOKEN: + required: true jobs: update-umbrella-repo: