singulcode/decrypt-export-env-action
Decrypt and export environment variables from a remote Gist or Repo (using Age), while masking sensitive information.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repoUrl | Your repo url, example https://gist.github.com/f6281d95065d3b942f13a8436768669f.git | yes | — |
| path | Path to store repo files | no | .tmpsecrets |
| ageSecretKey | Secret key to decrypt Age files | yes | — |
| envFile | Path to .env files, separated by `|` | yes | — |
| excludeEnv | Regex to exclude specific variables matching the filter, separated by `|` | no | — |
| maskEnv | Regex to mask specific variables matching the filter, separated by `|` | no | MYSQL|KEY|TOKEN|PASSWORD|SECRET|SID|IDENTITY|AWS|GCP|CRYPTO|ENCRYPTION|ADDDRESS|IP|DATABASE|CERT |
Outputs
no outputs