Skip to content

Commit

Permalink
feat: use soft-serve meta workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Jan 24, 2022
1 parent 09fa2cc commit 1c78f44
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/soft-serve.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
name: Soft-Serve
name: soft-serve

on:
push:
branches:
- main

jobs:
softserve:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Push to Soft-Serve
uses: charmbracelet/soft-serve-action@v1
with:
server: "git.charm.sh"
ssh-key: "${{ secrets.CHARM_SOFT_SERVE_KEY }}"
name: "soft-serve"
soft-serve:
uses: charmbracelet/meta/.github/workflows/soft-serve.yml@main
secrets:
ssh-key: "${{ secrets.CHARM_SOFT_SERVE_KEY }}"

0 comments on commit 1c78f44

Please sign in to comment.