From f929d9ce08e6d081004f742d46b770127b1e2463 Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Mon, 24 Jan 2022 18:39:58 -0800 Subject: [PATCH] Pass unity email and password to builder action for windows build tests --- .github/workflows/build-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-tests.yml b/.github/workflows/build-tests.yml index 31ad9b8f..1d8a38d6 100644 --- a/.github/workflows/build-tests.yml +++ b/.github/workflows/build-tests.yml @@ -118,6 +118,9 @@ jobs: # Build # ########################### - uses: ./ + env: + UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} + UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} with: projectPath: ${{ matrix.projectPath }} unityVersion: ${{ matrix.unityVersion }}