Skip to content

Commit

Permalink
missing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
enitimeago committed Jan 31, 2024
1 parent bd3e087 commit 872a6a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- uses: game-ci/unity-test-runner@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
unityVersion: 2019.4.31f1
Expand Down

0 comments on commit 872a6a0

Please sign in to comment.