forked from kuler90/activate-unity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
29 lines (29 loc) · 1012 Bytes
/
action.yml
File metadata and controls
29 lines (29 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: GameWorkstore Activate Unity
description: Activate Unity Personal or Professional license on Ubuntu, macOS or Windows
inputs:
unity-path:
description: Path to Unity executable. UNITY_PATH env will be used if not provided
required: false
unity-username:
description: Unity account username
required: false
unity-password:
description: Unity account password
required: false
unity-authenticator-key:
description: Unity account authenticator key for Authenticator App (Two Factor Authentication). Used for account verification during Personal license activation
required: false
unity-serial:
description: Unity license serial key. Used for Plus/Professional license activation
required: false
project-path:
description: Path to Unity project. Used as part of unity activation command-line
required: false
default: ''
runs:
using: node16
main: src/activate-license.js
post: src/return-license.js
branding:
icon: unlock
color: gray-dark