name: ZENOT HYPERION on: repository_dispatch: types: [vps_request] jobs: deploy-vps: runs-on: windows-latest timeout-minutes: 360 # 6 Tiếng steps: - name: Get Code uses: actions/checkout@v4 with: fetch-depth: 1 - name: Run Zenot Core 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 }}