Skip to content

Instantly share code, notes, and snippets.

@Vadorequest
Created December 13, 2019 14:45
Show Gist options
  • Save Vadorequest/28657f8f513650eff4e40d37e23a1ee1 to your computer and use it in GitHub Desktop.
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)
> 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