gum/.github/workflows/soft-serve.yml
2022-07-08 13:21:53 -04:00

12 lines
210 B
YAML

name: soft-serve
on:
push:
branches:
- main
jobs:
soft-serve:
uses: charmbracelet/meta/.github/workflows/soft-serve.yml@main
secrets:
ssh-key: "${{ secrets.CHARM_SOFT_SERVE_KEY }}"