Skip to content

Commit 8761844

Browse files
committed
Pass Unity credentials to WebGL build workflow
1 parent 212dbdf commit 8761844

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/webgl-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
- name: Build WebGL project
3636
uses: game-ci/unity-builder@v4
3737
env:
38+
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
39+
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
3840
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
3941
with:
4042
unityVersion: auto

0 commit comments

Comments
 (0)