Skip to content

Commit 253f280

Browse files
committed
update satis
1 parent fe40d4d commit 253f280

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

‎.github/workflows/satis.yml‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Satis
2+
3+
on:
4+
workflow_dispatch:
5+
release:
6+
types: [published]
7+
8+
jobs:
9+
rebuild-satis:
10+
name: 'Rebuild Satis Repository'
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- name: Deploy
15+
uses: jbrooksuk/laravel-forge-action@v1.0.2
16+
with:
17+
trigger_url: ${{ secrets.SATIS_TRIGGER_URL }}

0 commit comments

Comments
 (0)