1
0
mirror of synced 2024-11-23 22:30:56 +01:00

Use 2FA authenticator key for activation

This commit is contained in:
BurritoSOFTWARE 2022-05-24 14:59:33 -07:00 committed by GitHub
parent 72193f4889
commit d98db2beb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ jobs:
with:
unity-username: ${{ secrets.UNITY_USERNAME }}
unity-password: ${{ secrets.UNITY_PASSWORD }}
unity-authenticator-key: ${{ secrets.UNITY_AUTHENTICATOR_KEY }}
- name: Build WACVR
uses: kuler90/build-unity@v1.0.4