From 306d158f1233933752950d02cf2c9ded6628ce5b Mon Sep 17 00:00:00 2001 From: devthejo Date: Sat, 16 Dec 2023 12:32:23 +0100 Subject: [PATCH] chore: fix ci --- .forgejo/workflows/release-charts.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.forgejo/workflows/release-charts.yaml b/.forgejo/workflows/release-charts.yaml index 4ad6160..974ffe6 100644 --- a/.forgejo/workflows/release-charts.yaml +++ b/.forgejo/workflows/release-charts.yaml @@ -5,9 +5,9 @@ on: tags: - "*" -concurrency: - # cancel-in-progress: true - # group: ${{ github.workflow }}-${{ github.ref_name }} +# concurrency: +# cancel-in-progress: true +# group: ${{ github.workflow }}-${{ github.ref_name }} jobs: release: @@ -18,15 +18,15 @@ jobs: with: fetch-depth: 0 - - name: Configure Git - run: | - git config user.name "forgejo-actions" - git config user.email "bot@devthefuture.org" - + - name: Publish Helm charts - uses: https://git.devthefuture.org/devthefuture/helm-gh-pages.git@v1.7.0 + uses: https://git.devthefuture.org/devthefuture/helm-pages.git@master with: charts_dir: charts linting: off - token: ${{ secrets.M8A_ORG_BOT_REPO_TOKEN }} branch: pages + charts_url: https://devthefuture.codeberg.org/helm-charts + commit_username: "forgejo-actions" + commit_email: "bot@devthefuture.org" + ssh_private_key: ${{ secrets.M8A_ORG_BOT_REPO_TOKEN }} + repo_url: git@git.devthefuture.org/${{ github.repository_owner }}/${{ github.repository }}.git \ No newline at end of file