-
Notifications
You must be signed in to change notification settings - Fork 18
/
action.yml
25 lines (25 loc) · 860 Bytes
/
action.yml
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
name: 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
runs:
using: node16
main: src/activate-license.js
post: src/return-license.js
branding:
icon: unlock
color: gray-dark