Pass unity email and password to builder action for windows build tests
parent
e7df3ef2a4
commit
f929d9ce08
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue