Skip to content

SYNVM

SYNVM #1

Workflow file for this run

name: SYNVM
on:
workflow_dispatch:
inputs:
authcode:
description: 'CRD Code'
required: true
pincode:
description: '6 digit PIN'
required: true
jobs:
setup:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Initializing Setup
run: ./setup.ps1
- name: NirCMD Setup
run: ./prog.bat
- name: Starting CRD
run: ${{ github.event.inputs.authcode }} -pin=${{ github.event.inputs.pincode }}
- name: Keep Alive
run: ./timeout.ps1