This is an automated email from the ASF dual-hosted git repository. engelen pushed a commit to branch test-key-format in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 7c5d4c2b8a9da0f46d1e573abd2d3ae1889fcd12 Author: Arnout Engelen <[email protected]> AuthorDate: Tue Nov 11 09:01:51 2025 +0100 test key format --- .github/workflows/stage-release-candidate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stage-release-candidate.yml b/.github/workflows/stage-release-candidate.yml index b6e7bcc41b..1cee27321a 100644 --- a/.github/workflows/stage-release-candidate.yml +++ b/.github/workflows/stage-release-candidate.yml @@ -80,6 +80,7 @@ jobs: - name: Sign source archive run: |- + echo $PEKKO_GPG_SECRET_KEY | head -c 20 echo $PEKKO_GPG_SECRET_KEY | gpg --batch --import --import-options import-show gpg -ab archive/*.tgz env: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
