prehistoric-businessperson-29259
11/01/2023, 7:17 PM/usr/bin/expect <<'EOF'
spawn ory auth
expect "Do you want to sign in to an existing Ory Network account?"
send -- "y\r"
expect "Email:"
send -- "${{ inputs.username }}\r"
expect "Password:"
send -- "${{ inputs.password }}\r"
expect eof
EOF
magnificent-energy-493
prehistoric-businessperson-29259
11/08/2023, 1:57 AMcurved-fountain-46946
11/10/2023, 12:24 PMprehistoric-businessperson-29259
02/03/2024, 7:34 PM