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
tested with
git secret --version # 0.4.0 (same pc and server) echo 'gpg --help' gpg --help # PC: gpg (GnuPG) 2.3.6 libgcrypt 1.10.1 # PC: gpg (GnuPG) 2.2.19 libgcrypt 1.8.5
- name: Reveal secrets env: GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} PASSPHRASE: ${{ secrets.PASSPHRASE }} run: | echo "$GPG_PRIVATE_KEY" > ./private_key.gpg gpg --batch --yes --pinentry-mode loopback --import private_key.gpg git secret reveal -p $PASSPHRASE
and
- name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v4 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }}
The text was updated successfully, but these errors were encountered:
#2 check commits.
basically seems that different versions of gpg ends in unable to decrypt with un useful messages
Sorry, something went wrong.
No branches or pull requests
tested with
and
The text was updated successfully, but these errors were encountered: