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 2626 export-env : false
2727 env :
2828 OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN_PUBLIC }}
29- UNITY_EMAIL : " op://GitHubActionsPublic /UNITY_LICENSE/username"
30- UNITY_PASSWORD : " op://GitHubActionsPublic /UNITY_LICENSE/credential"
31- UNITY_SERIAL : " op://GitHubActionsPublic /UNITY_LICENSE/serial"
29+ UNITY_EMAIL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/username"
30+ UNITY_PASSWORD : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/credential"
31+ UNITY_SERIAL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/serial"
3232
3333 - uses : actions/checkout@v4
3434
Original file line number Diff line number Diff line change 3636 export-env : false
3737 env :
3838 OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN_PUBLIC }}
39- UNITY_EMAIL : " op://GitHubActionsPublic /UNITY_LICENSE/username"
40- UNITY_PASSWORD : " op://GitHubActionsPublic /UNITY_LICENSE/credential"
41- UNITY_SERIAL : " op://GitHubActionsPublic /UNITY_LICENSE/serial"
39+ UNITY_EMAIL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/username"
40+ UNITY_PASSWORD : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/credential"
41+ UNITY_SERIAL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/serial"
4242
4343 - uses : actions/checkout@v4
4444 with :
You can’t perform that action at this time.
0 commit comments