more tests
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7s Details

This commit is contained in:
Tomasz Frątczak 2023-11-05 16:15:36 +01:00
parent f9975ab1b7
commit 0a540d4a23
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ jobs:
- name: Add helm repo - name: Add helm repo
run: | run: |
helm repo add --username accidentallycompetent --password ${{ secret.PUBLIC_PACKAGE_WRITE }} octocloudlab https://gitea.example.com/api/packages/octocloudlab/helm helm repo add --username accidentallycompetent --password ${{ secret.PUBLIC_PACKAGE_WRITE }} octocloudlab https://gitea.example.com/api/packages/octocloudlab/helm
- name: Update helm repos
run: |
helm repo update helm repo update
- name: Upload chart artifact - name: Upload chart artifact
run: | run: |