We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47bff2c commit a6d4709Copy full SHA for a6d4709
.github/workflows/main.yml
@@ -362,11 +362,6 @@ jobs:
362
GPG_FINGERPRINT: ${{ secrets.GPG_FINGERPRINT }}
363
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
364
GPG_TTY: $(tty)
365
- # Ensure GPG environment is available
366
- run: |
367
- echo "GPG_FINGERPRINT is set: $([ -n "$GPG_FINGERPRINT" ] && echo 'yes' || echo 'no')"
368
- echo "GPG_PASSPHRASE is set: $([ -n "$GPG_PASSPHRASE" ] && echo 'yes' || echo 'no')"
369
- gpg --list-secret-keys --keyid-format LONG
370
371
# terraform-provider-release:
372
# needs: [release]
0 commit comments