Skip to content

Commit

Permalink
GitHub Action now sets Pro licensing env vars as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Rabadash8820 authored and webbertakken committed Jan 12, 2020
1 parent c3b8284 commit 0badec7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:

env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}

jobs:
buildForAllPlatforms:
Expand Down

0 comments on commit 0badec7

Please sign in to comment.