Skip to content

Commit

Permalink
Create Windows-CRD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alok676875 authored Mar 2, 2021
1 parent 67111bf commit cffd96f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/Windows-CRD.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Windows-CRD

on:
workflow_dispatch:
inputs:
authcode:
description: 'Enter CRD code'
required: true
pincode:
description: 'Six digit Pin'
required: true

jobs:
build:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- name: Initializing Setup
run: ./setup.ps1
- name: Starting CRD
run: ${{ github.event.inputs.authcode }} -pin=${{ github.event.inputs.pincode }}
- name: Keep Alive
run: ./timeout.ps1

0 comments on commit cffd96f

Please sign in to comment.