fix(ci): remove soft-serve workflow

This commit is contained in:
Ayman Bagabas 2023-05-12 14:10:10 -04:00
parent c668e153e6
commit 23c56854d3
No known key found for this signature in database
GPG key ID: C8D51D2157C919AC

View file

@ -1,12 +0,0 @@
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 }}"