diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ef33917..db38d04 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -41,8 +41,10 @@ jobs: - name: Run tests id: tests - uses: game-ci/unity-test-runner@v3 + uses: game-ci/unity-test-runner@v4 env: + UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} + UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} with: projectPath: ResponsibleUnity diff --git a/.github/workflows/releasables.yml b/.github/workflows/releasables.yml index 17b3a80..2c6dc9b 100644 --- a/.github/workflows/releasables.yml +++ b/.github/workflows/releasables.yml @@ -43,6 +43,8 @@ jobs: - name: Generate docs uses: game-ci/unity-builder@v2 env: + UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} + UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} with: projectPath: ResponsibleUnity