diff --git a/.forgejo/workflows/release-charts.yaml b/.forgejo/workflows/release-charts.yaml index 9ef15d9..dc68bf2 100644 --- a/.forgejo/workflows/release-charts.yaml +++ b/.forgejo/workflows/release-charts.yaml @@ -21,4 +21,4 @@ jobs: 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: git@git.devthefuture.org:${{ github.repository }}.git \ No newline at end of file