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