Pass unity email and password to builder action for windows build tests

pull/305/head
Andrew Kahr 2022-01-24 18:39:58 -08:00
parent e7df3ef2a4
commit f929d9ce08
1 changed files with 3 additions and 0 deletions

View File

@ -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 }}