Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shprink/nonharmful-and-must-have-actions
Demonstrate that you can get secrets from all over the world
https://github.com/shprink/nonharmful-and-must-have-actions
Last synced: about 1 month ago
JSON representation
Demonstrate that you can get secrets from all over the world
- Host: GitHub
- URL: https://github.com/shprink/nonharmful-and-must-have-actions
- Owner: shprink
- Created: 2019-12-20T09:52:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T12:43:31.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T08:52:16.909Z (about 1 month ago)
- Language: JavaScript
- Size: 427 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shprink/nonharmful-and-must-have-actions
## Inputs
### `my-secret`
**Required** The secret that you wish nobody could see. Default `"not-so-secret :P"`.
## Example usage
```yml
uses: shprink/nonharmful-and-must-have-actions@v1
with:
my-secret: ${{ secrets.MY_SECRET }}
```