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

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

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"