[GH-ISSUE #398] Add to Security - GitHub Actions secrets manager CLI #13192

Closed
opened 2026-06-20 23:27:38 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @unfor19 on GitHub (Apr 15, 2020).
Original GitHub issue: https://github.com/sdras/awesome-actions/issues/398

githubsecrets

Official page - https://github.com/unfor19/githubsecrets

GIF Demo

GIF Demo

Install with pip

$ pip install githubsecrets
...
$ ghs --help
...

Or use with Docker (you must supply all arguments, prompts are not available in Docker mode)

macOS and Linux

$ docker run -v $HOME:/root unfor19/githubsecrets --help
Usage: ghs [OPTIONS] COMMAND [ARGS]...

Windows

$ docker run --rm -v c:/Temp:/root unfor19/githubsecrets --help
Usage: ghs [OPTIONS] COMMAND [ARGS]...
Originally created by @unfor19 on GitHub (Apr 15, 2020). Original GitHub issue: https://github.com/sdras/awesome-actions/issues/398 # githubsecrets Official page - https://github.com/unfor19/githubsecrets ### GIF Demo ![GIF Demo](https://camo.githubusercontent.com/07c8359e56db70ff90f3111bce474a4530775c88/68747470733a2f2f676974687562736563726574732e73332d65752d776573742d312e616d617a6f6e6177732e636f6d2f676974687562736563726574732d64656d6f2e676966) Install with pip ```bash $ pip install githubsecrets ... $ ghs --help ... ``` Or use with Docker (you must supply all arguments, prompts are not available in Docker mode) macOS and Linux ```bash $ docker run -v $HOME:/root unfor19/githubsecrets --help Usage: ghs [OPTIONS] COMMAND [ARGS]... ``` Windows ```bash $ docker run --rm -v c:/Temp:/root unfor19/githubsecrets --help Usage: ghs [OPTIONS] COMMAND [ARGS]... ```
Author
Owner

@jessicalostinspace commented on GitHub (Apr 16, 2020):

Hi @unfor19 , this should be opened up as a PR, not an issue.

<!-- gh-comment-id:614350652 --> @jessicalostinspace commented on GitHub (Apr 16, 2020): Hi @unfor19 , this should be opened up as a PR, not an issue.
Author
Owner

@unfor19 commented on GitHub (Apr 16, 2020):

@jessicalostinspace sorry for that, will do

<!-- gh-comment-id:614434031 --> @unfor19 commented on GitHub (Apr 16, 2020): @jessicalostinspace sorry for that, will do
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#13192