Skip to content

This extension allows you to upload an .env file from your local directory to the repository secrets on GitHub. The extension checks the existence of the .env file in the current directory and whether the user has permission to access the repository.

License

endersonmenezes/gh-env-to-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Extension env-to-repo

GitHub License GitHub Actions Workflow Status Static Badge

The extension, called 'env-to-repo', allows you to upload an .env file from your local directory to the repository secrets on GitHub. The extension checks the existence of the .env file in the current directory and whether the user has permission to access the repository.

Usage

# Use inside a folder with a .env file
gh env-to-repo <owner> <repo>

Install

gh extension install endersonmenezes/gh-env-to-repo

Upgrade Extensions

# Upgrade All with Dry Run
gh extension upgrade --all --dry-run
# Upgrade Specific with Dry Run
gh extension upgrade endersonmenezes/gh-env-to-repo --dry-run
# Upgrade All
gh extension upgrade --all
# Upgrade Specific
gh extension upgrade endersonmenezes/gh-env-to-repo

About

This extension allows you to upload an .env file from your local directory to the repository secrets on GitHub. The extension checks the existence of the .env file in the current directory and whether the user has permission to access the repository.

Topics

Resources

License

Stars

Watchers

Forks

Languages