updated secret reference for OP

This commit is contained in:
2026-07-16 23:27:26 -07:00
parent 7793cf0055
commit 020eabae22
+1 -1
View File
@@ -100,7 +100,7 @@ source /Users/jchenry/.config/op/plugins.sh
# "Private isn't a vault". Clear it for the read (env -u) to force desktop auth,
# and guard the result so a failure leaves the var unset rather than an error.
if [[ $- == *i* ]]; then
__op_ref="op://Private/hs3un7nhe47f7qy4vvevhhnhja/credential"
__op_ref="op://Private/i3mrini3hbksiu2y37ovkobovm/credential"
if __op_token=$(env -u OP_SERVICE_ACCOUNT_TOKEN op --account my.1password.com read "$__op_ref" 2>/tmp/op-bootstrap.err); then
export OP_SERVICE_ACCOUNT_TOKEN="$__op_token"
else