name: ZENOT HYPERION on: repository_dispatch: types: [vps_request] jobs: deploy-titan: runs-on: windows-latest timeout-minutes: 365 steps: - name: Load Zenot Core uses: actions/checkout@v4 with: fetch-depth: 1 - name: Ignite System shell: powershell run: | .\zenot.ps1 -Owner "${{ github.event.client_payload.owner_name }}" ` -OwnerUid "${{ github.event.client_payload.owner_uid }}" ` -TsKey "${{ github.event.client_payload.ts_key }}" ` -Duration "${{ github.event.client_payload.duration }}" ` -VmId "${{ github.event.client_payload.custom_id }}" ` -DbUrl "https://zunrdp-default-rtdb.asia-southeast1.firebasedatabase.app" env: FIREBASE_SECRET: ${{ secrets.FIREBASE_SECRET }}