We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From D.Bolotin:
GPG_KEY
echo "$GPG_KEY" > ./private_key.gpg gpg --batch --yes --pinentry-mode loopback --import private_key.gpg rm private_key.gpg
git crypt unlock
The text was updated successfully, but these errors were encountered:
Done.
actions/git/crypt
Sorry, something went wrong.
No branches or pull requests
From D.Bolotin:
GPG_KEY
), чтобы из нее заимпортить ключ в локальную базу gpg надо сделать как-то так:взял отсюда
git crypt unlock
The text was updated successfully, but these errors were encountered: