Skip to content

oh-kwaku/github-actions-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published