We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62704e8 commit f748c1fCopy full SHA for f748c1f
1 file changed
.github/workflows/ci-entry-point.yml
@@ -20,6 +20,10 @@ jobs:
20
dotnet_version: NET_4_x
21
compiler: il2cpp
22
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 }}
27
28
testRunner-linux:
29
strategy:
@@ -36,3 +40,7 @@ jobs:
36
40
dotnet_version: ${{ matrix.dotnet_version }}
37
41
compiler: ${{ matrix.compiler }}
38
42
target_platform: ${{ matrix.target_platform }}
43
44
45
46
0 commit comments