cornerdevelopment/Job Secret Output
Encrypt and decrypt job outputs with OpenSSL so secrets can be safely passed between jobs via workflow outputs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| in | The plaintext (when encrypting) or base64 ciphertext (when decrypting) to process. | yes | — |
| mode | Operation mode: "encrypt" or "decrypt". | yes | — |
| secret | The secret passphrase used to encrypt or decrypt the value. | yes | — |
Outputs
| name | description |
|---|---|
| out | The base64-encoded ciphertext (when encrypting) or recovered plaintext (when decrypting). |