diff --git a/config/bashrc b/config/bashrc index 8cd2e24..a207d7f 100644 --- a/config/bashrc +++ b/config/bashrc @@ -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