mirror of
https://github.com/charmbracelet/gum.git
synced 2024-11-05 05:46:36 +03:00
12 lines
210 B
YAML
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 }}" |