From b3178d27dcc5f0c98c50048bce9ed0660bcf4a80 Mon Sep 17 00:00:00 2001 From: devthejo Date: Sat, 16 Dec 2023 13:36:13 +0100 Subject: [PATCH] chore: fix ci --- .forgejo/workflows/release-charts.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/release-charts.yaml b/.forgejo/workflows/release-charts.yaml index c7968a0..7ea6432 100644 --- a/.forgejo/workflows/release-charts.yaml +++ b/.forgejo/workflows/release-charts.yaml @@ -20,5 +20,4 @@ jobs: 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 }}.git \ No newline at end of file + repo_url: https://org-bot-devthefuture:${{ secrets.M8A_ORG_BOT_REPO_TOKEN }}@git.devthefuture.org/${{ github.repository }}.git \ No newline at end of file