Skip to content

Commit f748c1f

Browse files
authored
Update ci-entry-point.yml
1 parent 62704e8 commit f748c1f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci-entry-point.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
dotnet_version: NET_4_x
2121
compiler: il2cpp
2222
target_platform: standalone
23+
secrets:
24+
UNITY_ACCOUNT_USER: ${{ secrets.UNITY_ACCOUNT_USER }}
25+
UNITY_ACCOUNT_PASS: ${{ secrets.UNITY_ACCOUNT_PASS }}
26+
EMAIL_PASS: ${{ secrets.EMAIL_PASS }}
2327

2428
testRunner-linux:
2529
strategy:
@@ -36,3 +40,7 @@ jobs:
3640
dotnet_version: ${{ matrix.dotnet_version }}
3741
compiler: ${{ matrix.compiler }}
3842
target_platform: ${{ matrix.target_platform }}
43+
secrets:
44+
UNITY_ACCOUNT_USER: ${{ secrets.UNITY_ACCOUNT_USER }}
45+
UNITY_ACCOUNT_PASS: ${{ secrets.UNITY_ACCOUNT_PASS }}
46+
EMAIL_PASS: ${{ secrets.EMAIL_PASS }}

0 commit comments

Comments
 (0)