From 1c78f44d4132fdea06aee1fc2c6f647a35a7cfa9 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Mon, 24 Jan 2022 11:26:58 -0500 Subject: [PATCH] feat: use soft-serve meta workflow --- .github/workflows/soft-serve.yml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/.github/workflows/soft-serve.yml b/.github/workflows/soft-serve.yml index 601e75e96..b10a5c963 100644 --- a/.github/workflows/soft-serve.yml +++ b/.github/workflows/soft-serve.yml @@ -1,4 +1,4 @@ -name: Soft-Serve +name: soft-serve on: push: @@ -6,17 +6,7 @@ on: - 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 }}" \ No newline at end of file