Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 291 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 291 Bytes

github-actions-test

Encrypt /Decrypt File

  • To decrypt file
    • use command: gpg --symmetric --cipher-algo AES256 filename
  • TO decrypt file
    • use gpg --batch --quiet --yes --decrypt --passphrase="${{secrets.PASS_PHRASE}}" --output $HOME/secret.json secret.json.gpg