Skip to content

Commit

Permalink
Update the (very rarely used) Unity License Test action (#718)
Browse files Browse the repository at this point in the history
* Update unity version for test

* Use vars.UNITY_EMAIL instead of secrets
  • Loading branch information
mikeage authored May 23, 2024
1 parent 443e32b commit f6bae02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_unity_credentials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
workflow_dispatch:

env:
UNITY_VERSION: "2019.4.25f1"
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_VERSION: "2021.3.30f1"
UNITY_EMAIL: ${{ vars.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}

Expand Down

0 comments on commit f6bae02

Please sign in to comment.