The mighty, self-hostable Git server for the command line 🍦
1name: soft-serve 2 3on: 4 push: 5 branches: 6 - main 7 8jobs: 9 soft-serve: 10 uses: charmbracelet/meta/.github/workflows/soft-serve.yml@main 11 secrets: 12 ssh-key: "${{ secrets.CHARM_SOFT_SERVE_KEY }}"