1.0.1 • Published 8 months ago

keys-uploader v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

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-uploader

Getting 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>"]