Skip to content

Commit

Permalink
Add secrets to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
szymmirr authored Dec 18, 2023
1 parent 664229d commit ceb09ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unity-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,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 }}
- name: Upload results
Expand Down

0 comments on commit ceb09ad

Please sign in to comment.