test publish
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s Details

This commit is contained in:
Tomasz Frątczak 2023-11-05 16:05:45 +01:00
parent 785f2073c4
commit b80ac826ab
1 changed files with 4 additions and 1 deletions

View File

@ -21,4 +21,7 @@ jobs:
- name: Package helm chart
run: |
helm package chart/
- 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 }}."