From 14cab5f941a812cbfdecbb20f8cf378da0053b56 Mon Sep 17 00:00:00 2001 From: ilia-medvedev-codefresh Date: Thu, 18 Jul 2024 09:43:45 +0300 Subject: [PATCH] Update publish.yml Signed-off-by: ilia-medvedev-codefresh --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5a3268291..495a6cbdd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ permissions: jobs: publish: - if: github.repository == 'argoproj/argo-helm' + if: github.repository == 'codefresh-io/argo-helm' permissions: contents: write # for helm/chart-releaser-action to push chart release and create a release packages: write # to push OCI chart package to GitHub Registry