We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d71805 commit 71d2504Copy full SHA for 71d2504
1 file changed
.github/workflows/ci-entry-point.yml
@@ -24,7 +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 }}
+ STREAM_AUTH_TEST_DATA_BASE64: ${{ secrets.STREAM_AUTH_TEST_DATA_BASE64 }}
28
29
testRunner-linux:
30
strategy:
@@ -45,4 +45,4 @@ jobs:
45
46
47
48
0 commit comments