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

This commit is contained in:
Tomasz Frątczak 2023-11-05 16:07:54 +01:00
parent b80ac826ab
commit 73790cd698
1 changed files with 3 additions and 0 deletions

View File

@ -24,4 +24,7 @@ jobs:
- name: Add helm repo
run: |
helm repo add --username accidentallycompetent --password ${{ secret.PUBLIC_PACKAGE_WRITE }} octocloudlab https://gitea.example.com/api/packages/octocloudlab/helm
- name: Upload chart artifact
run: |
helm cm-push ./*.tgz octocloudlab
- run: echo "🍏 This job's status is ${{ job.status }}."