jansky / ghupdatesecret

A command-line utility to update GitHub repository secrets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ghupdatesecret

A command-line utility to update GitHub repository secrets.

Usage

ghupdatesecret --user USER --password PASSWORD repository secret_name

Update the secret with secret_name in the repository repository (in owner/name format) to the contents of STDIN. Named arguments --user and --password are required to authenticate to the GitHub API.

About

A command-line utility to update GitHub repository secrets

License:MIT License


Languages

Language:Python 100.0%