Created
December 13, 2019 14:45
-
-
Save Vadorequest/28657f8f513650eff4e40d37e23a1ee1 to your computer and use it in GitHub Desktop.
How to add a complex value as Zeit Now secret (RSA/SSH private key, load file as a secret)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> now secrets add github-ssh-key-my-repo -- "`< id_rsa_my_repo`" | |
Success! Secret github-ssh-my-repo added [539ms] | |
# You can now use the secret using `@github-ssh-my-repo` | |
# See https://github.com/zeit/now/issues/749#issuecomment-533873759 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment