Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 }}
```