[PR #401] [MERGED] githubsecrets-cli #4607

Closed
opened 2026-05-11 07:57:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/401
Author: @unfor19
Created: 4/16/2020
Status: Merged
Merged: 5/8/2020
Merged by: @jessicalostinspace

Base: masterHead: master


📝 Commits (2)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Add to Security - Manage Your GitHub Actions secrets, With A Simple CLI - https://github.com/unfor19/githubsecrets

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]...

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/401 **Author:** [@unfor19](https://github.com/unfor19) **Created:** 4/16/2020 **Status:** ✅ Merged **Merged:** 5/8/2020 **Merged by:** [@jessicalostinspace](https://github.com/jessicalostinspace) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`13e18bc`](https://github.com/sdras/awesome-actions/commit/13e18bcf6c3743c9f113f486f8dbbd708df89a10) githubsecrets-cli - [`aa2fbca`](https://github.com/sdras/awesome-actions/commit/aa2fbca5065e1281a7ffcbe1f6e5ca8345342ccb) Update README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Add to Security - Manage Your GitHub Actions secrets, With A Simple CLI - https://github.com/unfor19/githubsecrets # 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]... ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-11 07:57:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#4607