actions-marketplace-validations/Create Secrets File Action
Creating a secrets file from github secrets.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| secrets | The environment keys | yes | — |
| file | The file name | — | .env |
| mode | Mode can be "dotenv" on "json" | — | dotenv |
| path | The file root path | — | ../../../.. |
Outputs
| name | description |
|---|---|
| parsed | Object version of secrets |
| location | Location of secrets file |
| sanatized | Sanatized version of secrets |
| success | True or False |