https://github.com/koki-develop/unmask-secret-action
Unmask a secret value.
https://github.com/koki-develop/unmask-secret-action
Last synced: 2 days ago
JSON representation
Unmask a secret value.
- Host: GitHub
- URL: https://github.com/koki-develop/unmask-secret-action
- Owner: koki-develop
- License: mit
- Created: 2024-11-18T12:07:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T11:20:22.000Z (about 1 year ago)
- Last Synced: 2026-04-07T20:41:50.347Z (20 days ago)
- Language: TypeScript
- Homepage:
- Size: 319 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unmask Secret Action
[](https://github.com/koki-develop/unmask-secret-action/releases/latest)
[](https://github.com/koki-develop/unmask-secret-action/actions/workflows/ci.yml)
[](https://github.com/koki-develop/unmask-secret-action/actions/workflows/build.yml)
Unmask a secret value.
## Usage
```yaml
- uses: koki-develop/unmask-secret-action@v1
with:
secret: ${{ secrets.SOME_SECRET }}
```

## LICENSE
[MIT](./LICENSE)