updated secret reference for OP
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user