You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,20 @@ collection too.
16
16
17
17
## Usage
18
18
19
+
Create or edit the file called `.github/workflows/activation.yml` and add a job to it.
20
+
21
+
```yaml
22
+
name: Acquire activation file
23
+
on: [push]
24
+
jobs:
25
+
requestActivation:
26
+
name: Request activation ✔
27
+
runs-on: ubuntu-latest
28
+
steps:
29
+
```
30
+
31
+
Continue to either the personal license or professional license section below.
32
+
19
33
#### Personal license
20
34
21
35
1. Follow the **activation** section from [request action](https://github.com/marketplace/actions/unity-request-activation-file) to set `UNITY_LICENSE` variable.
0 commit comments