File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3333 export-env : false
3434 env :
3535 OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN_PUBLIC }}
36- UNITY_EMAIL : " op://GitHubActionsPublic /UNITY_LICENSE/username"
37- UNITY_PASSWORD : " op://GitHubActionsPublic /UNITY_LICENSE/credential"
38- UNITY_SERIAL : " op://GitHubActionsPublic /UNITY_LICENSE/serial"
36+ UNITY_EMAIL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/username"
37+ UNITY_PASSWORD : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/credential"
38+ UNITY_SERIAL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/serial"
3939
4040 - uses : actions/checkout@v4
4141 # Execute scripts: Export Package
Original file line number Diff line number Diff line change 5656 export-env : false
5757 env :
5858 OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN_PUBLIC }}
59- UNITY_EMAIL : " op://GitHubActionsPublic /UNITY_LICENSE/username"
60- UNITY_PASSWORD : " op://GitHubActionsPublic /UNITY_LICENSE/credential"
61- UNITY_SERIAL : " op://GitHubActionsPublic /UNITY_LICENSE/serial"
59+ UNITY_EMAIL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/username"
60+ UNITY_PASSWORD : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/credential"
61+ UNITY_SERIAL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/serial"
6262
6363 - uses : actions/checkout@v4
6464 with :
You can’t perform that action at this time.
0 commit comments