From 253f28025035eeb01e913b5bb03f92b2d77809f8 Mon Sep 17 00:00:00 2001 From: edalzell Date: Fri, 10 Jul 2026 21:43:49 -0700 Subject: [PATCH] update satis --- .github/workflows/satis.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/satis.yml diff --git a/.github/workflows/satis.yml b/.github/workflows/satis.yml new file mode 100644 index 0000000..14ebd2e --- /dev/null +++ b/.github/workflows/satis.yml @@ -0,0 +1,17 @@ +name: Satis + +on: + workflow_dispatch: + release: + types: [published] + +jobs: + rebuild-satis: + name: 'Rebuild Satis Repository' + runs-on: ubuntu-latest + + steps: + - name: Deploy + uses: jbrooksuk/laravel-forge-action@v1.0.2 + with: + trigger_url: ${{ secrets.SATIS_TRIGGER_URL }}