From b80ac826ab06128026ca020d06a5922f0ac68a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Fr=C4=85tczak?= Date: Sun, 5 Nov 2023 16:05:45 +0100 Subject: [PATCH] test publish --- .gitea/workflows/publish.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index abb6a50..59f8d93 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -21,4 +21,7 @@ jobs: - name: Package helm chart run: | helm package chart/ - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file + - name: Add helm repo + run: | + helm repo add --username accidentallycompetent --password ${{ secret.PUBLIC_PACKAGE_WRITE }} octocloudlab https://gitea.example.com/api/packages/octocloudlab/helm + - run: echo "🍏 This job's status is ${{ job.status }}."