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 }}."