This is an automated email from the ASF dual-hosted git repository. engelen pushed a commit to tag x2.0.0-M1-RC10 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 051b36867edeed405c98c76abc1cfabf6dd338ff Author: Arnout Engelen <[email protected]> AuthorDate: Tue Nov 11 09:54:13 2025 +0100 log public part of the key --- .github/workflows/stage-release-candidate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stage-release-candidate.yml b/.github/workflows/stage-release-candidate.yml index 0fa7d54c3c..4bee2a54d7 100644 --- a/.github/workflows/stage-release-candidate.yml +++ b/.github/workflows/stage-release-candidate.yml @@ -81,6 +81,8 @@ jobs: - name: Sign source archive run: |- echo "$PEKKO_GPG_SECRET_KEY" | gpg --batch --import --import-options import-show + # log public part of the key + gpg --export --armor gpg -ab archive/*.tgz env: PEKKO_GPG_SECRET_KEY: ${{ secrets.PEKKO_GPG_SECRET_KEY }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
