forked from Mirrors/bubbletea
13 lines
213 B
YAML
13 lines
213 B
YAML
|
name: soft-serve
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- master
|
||
|
|
||
|
jobs:
|
||
|
soft-serve:
|
||
|
uses: charmbracelet/meta/.github/workflows/soft-serve.yml@main
|
||
|
secrets:
|
||
|
ssh-key: "${{ secrets.CHARM_SOFT_SERVE_KEY }}"
|