Skip to content

Commit

Permalink
Add UNITY_EMAIL and UNITY_PASSWORD to env in test-package job in main…
Browse files Browse the repository at this point in the history
… github workflow
  • Loading branch information
willykc committed Jul 6, 2024
1 parent da681e0 commit b06b05d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
id: test
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
unityVersion: ${{ matrix.version }}
testMode: editmode
Expand Down

0 comments on commit b06b05d

Please sign in to comment.