GitHub Action now sets Pro licensing env vars as well

This commit is contained in:
Dan Vicarel 2020-01-11 17:23:42 -05:00 committed by Webber Takken
parent c3b8284b44
commit 0badec78bf

View File

@ -6,6 +6,9 @@ on:
env: env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
jobs: jobs:
buildForAllPlatforms: buildForAllPlatforms: