@birdie-mx/keys-uploader
v1.0.1
Published
keys uploader
Downloads
8
Readme
Github secrets importer
This cli loads a .env file into secret keys in github to being used in github actions
Installation
$ npm i -g keys-uploaderGetting started
You must create a GitHub Personal Access Token Instructions here
You must store the token for future uses with
$ keys-uploader config -t <your personal token>Now you're ready to run the importer
$ keys-uploader import -r "<repo-name>" -e "<enviromnent>" [-p "<path to .env file>"]