Skip to content

Commit 8dd68c8

Browse files
committed
CI: updating unity license
1 parent 2339a80 commit 8dd68c8

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# exit code is 1 for manual activation
3131
continue-on-error: true
3232
env:
33-
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_2021_3_4 }}
33+
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_2022_3_0 }}
3434
run: |
3535
echo "$UNITY_LICENSE" | tr -d '\r' > UnityLicenseFile.ulf
3636
unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: ./.github/workflows/run-test.yml
2323
secrets:
2424
# checking if same license will work
25-
unity_license: ${{ secrets.UNITY_LICENSE_2021_3_4 }}
25+
unity_license: ${{ secrets.UNITY_LICENSE_2022_3_0 }}
2626
access_token: ${{ secrets.GITHUB_TOKEN }}
2727
with:
2828
unity_container: unityci/editor:ubuntu-2022.3.62f2-base-3.1.0
@@ -35,7 +35,7 @@ jobs:
3535
uses: ./.github/workflows/run-test.yml
3636
secrets:
3737
# checking if same license will work
38-
unity_license: ${{ secrets.UNITY_LICENSE_2021_3_4 }}
38+
unity_license: ${{ secrets.UNITY_LICENSE_2022_3_0 }}
3939
access_token: ${{ secrets.GITHUB_TOKEN }}
4040
with:
4141
unity_container: unityci/editor:ubuntu-6000.0.37f1-base-3.1.0
@@ -53,7 +53,7 @@ jobs:
5353
# exit code is 1 for manual activation
5454
continue-on-error: true
5555
env:
56-
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE2 }}
56+
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_2022_3_0 }}
5757
run: |
5858
echo "$UNITY_LICENSE" | tr -d '\r' > UnityLicenseFile.ulf
5959
unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit
@@ -128,7 +128,7 @@ jobs:
128128
# exit code is 1 for manual activation
129129
continue-on-error: true
130130
env:
131-
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE2 }}
131+
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_2022_3_0 }}
132132
run: |
133133
echo "$UNITY_LICENSE" | tr -d '\r' > UnityLicenseFile.ulf
134134
unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Activate unity
2929
continue-on-error: true
3030
env:
31-
UNITY_LICENSE: ${{ secrets.unity_license }}
31+
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_2022_3_0 }}
3232
run: |
3333
echo "$UNITY_LICENSE" | tr -d '\r' > UnityLicenseFile.ulf
3434
unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit

0 commit comments

Comments
 (0)