try this
Some checks are pending
CI / test (push) Waiting to run

This commit is contained in:
Josh Thomas 2025-07-01 13:25:47 -05:00
parent 0eca49cfed
commit c44e694a95

View file

@ -30,11 +30,8 @@ echo
if command -v op &>/dev/null; then
# Try to sign in - this will prompt for setup if needed, or just succeed if already configured
echo "Signing in to 1Password..."
if eval $(op signin); then
echo "✓ 1Password CLI configured and signed in"
else
echo "⚠ Failed to sign in to 1Password - skipping secrets"
fi
eval $(op signin)
echo "✓ 1Password CLI configured and signed in"
else
echo "⚠ 1Password CLI unavailable - skipping secrets"
fi