Fix publishing credentials instructions (#29002)

You authenticate with your private key, of course...
This commit is contained in:
Arnout Engelen 2020-05-07 15:18:20 +02:00 committed by GitHub
parent b16e2597bd
commit 2223413503
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@
#
# 3.3) Also make it available for publishing snapshots.
# From the command line:
# shell> cp ~/.ssh/id_rsa.pub ~/.ssh/id_rsa_gustav.pem
# shell> cp ~/.ssh/id_rsa ~/.ssh/id_rsa_gustav.pem
# shell> ssh-keygen -p -f ~/.ssh/id_rsa_gustav.pem -m pem
#
# 4) Have access to github.com/akka/akka. This should be a given.