We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb5dba commit 9d71805Copy full SHA for 9d71805
1 file changed
.github/workflows/ci-entry-point.yml
@@ -24,6 +24,7 @@ jobs:
24
UNITY_ACCOUNT_USER: ${{ secrets.UNITY_ACCOUNT_USER }}
25
UNITY_ACCOUNT_PASS: ${{ secrets.UNITY_ACCOUNT_PASS }}
26
EMAIL_PASS: ${{ secrets.EMAIL_PASS }}
27
+ STREAM_AUTH_TEST_DATA_BASE64: ${{ secrects.STREAM_AUTH_TEST_DATA_BASE64 }}
28
29
testRunner-linux:
30
strategy:
@@ -44,3 +45,4 @@ jobs:
44
45
46
47
48
0 commit comments