https://github.com/jacobsvante/age-decrypt-action
Github action to decrypt a file using age
https://github.com/jacobsvante/age-decrypt-action
Last synced: 5 months ago
JSON representation
Github action to decrypt a file using age
- Host: GitHub
- URL: https://github.com/jacobsvante/age-decrypt-action
- Owner: jacobsvante
- License: mit
- Created: 2022-07-30T14:55:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T15:28:41.000Z (almost 4 years ago)
- Last Synced: 2025-10-15T20:06:52.108Z (8 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# age-decrypt-action
Decrypt a file using age (https://github.com/FiloSottile/age).
## Inputs
#### secret-key
* description: The age secret key to decrypt with
* required: true
#### input-file
* description: The file to decrypt
* required: true
#### output-file
* description: Where to place the decrypted file
* required: true
#### setup
* description: Setup age and age-keygen
* required: false
* default: "true"
#### version
* description: The `age` version to use
* required: false
* default: "1.0.0"