corrected ssh_key secret insert #77
Reference in New Issue
Block a user
No description provided.
Delete Branch "secret_insert_ssh"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
trying to insert the secret like described before led to errors (probably because the file started with
---and these were interpreted as flags in the command.using the pipe it worked (seems way "cleaner" for me)
nice! looks good to me