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 3535 export-env : false
3636 env :
3737 OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN_PUBLIC }}
38- UNITY_EMAIL : " op://GitHubActionsPublic /UNITY_LICENSE/username"
39- UNITY_PASSWORD : " op://GitHubActionsPublic /UNITY_LICENSE/credential"
40- UNITY_SERIAL : " op://GitHubActionsPublic /UNITY_LICENSE/serial"
38+ UNITY_EMAIL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/username"
39+ UNITY_PASSWORD : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/credential"
40+ UNITY_SERIAL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/serial"
4141
4242 - uses : actions/checkout@v4
4343
Original file line number Diff line number Diff line change 5757 export-env : false
5858 env :
5959 OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN_PUBLIC }}
60- UNITY_EMAIL : " op://GitHubActionsPublic /UNITY_LICENSE/username"
61- UNITY_PASSWORD : " op://GitHubActionsPublic /UNITY_LICENSE/credential"
62- UNITY_SERIAL : " op://GitHubActionsPublic /UNITY_LICENSE/serial"
60+ UNITY_EMAIL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/username"
61+ UNITY_PASSWORD : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/credential"
62+ UNITY_SERIAL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }} /UNITY_LICENSE/serial"
6363
6464 - run : echo ${{ needs.update-packagejson.outputs.sha }}
6565 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments