keys: add key for @sxa#2551
Open
sxa wants to merge 1 commit into
Open
Conversation
Signed-off-by: Stewart X Addison <sxa@ibm.com>
6 tasks
MikeMcC399
approved these changes
Jul 1, 2026
MikeMcC399
left a comment
Contributor
There was a problem hiding this comment.
Congratulations on your new appointment and your additional "hat"!
Changes in keys aren't tested in CI immediately, so I went through the following test:
git clone https://github.com/nodejs/docker-node
cd docker-node
git remote add sxa https://github.com/sxa/docker-node
git fetch sxa
git switch sxa_keys
./update.sh
cd 26/trixie
docker build --progress plain -t test-sxa .#8 2.299 + gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys 655F3B5C1FB3FA8D1A0CA6BDE4A7D232B936D2FD
#8 2.534 gpg: key E4A7D232B936D2FD: public key "Stewart X Addison <sxa@ibm.com>" imported
#8 2.538 gpg: Total number processed: 1
#8 2.538 gpg: imported: 1
#8 2.538 + gpg --batch --fingerprint 655F3B5C1FB3FA8D1A0CA6BDE4A7D232B936D2FD
#8 2.542 pub ed25519 2026-06-29 [SC] [expires: 2028-06-28]
#8 2.542 655F 3B5C 1FB3 FA8D 1A0C A6BD E4A7 D232 B936 D2FD
#8 2.542 uid [ unknown] Stewart X Addison <sxa@ibm.com>
#8 2.542 sub cv25519 2026-06-29 [E] [expires: 2028-06-28]I don't see any issues there and I see that the key is also available in https://keyserver.ubuntu.com as well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Final checklist point in nodejs/Release#733
Description
Motivation and Context
Testing Details
Example Output(if appropriate)
Types of changes
Checklist