This commit is contained in:
Stefan Pejcic
2024-11-05 17:49:07 +01:00
parent c89c1f1e7b
commit 7357b75017
165 changed files with 442 additions and 50838 deletions

View File

@@ -0,0 +1,21 @@
name: Trigger sync of conf
on:
push:
branches:
- main #always
jobs:
trigger:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
steps:
- name: Trigger Sync
run: |
curl -X POST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/stefanpejcic/OpenPanel/dispatches \
-d '{"event_type":"sync-configuration"}'