mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-27 08:32:04 +00:00
Fixes as per PR review comments
This commit is contained in:
@@ -74,7 +74,7 @@ VO/+BCBsaoT4g1FFOmJhbBAD3G72yslBnUJmqKP/39pi
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
||||
";
|
||||
|
||||
var key = await client.User.GpgKeys.Create(new NewGpgKey(publicKey));
|
||||
var key = await client.User.GpgKey.Create(new NewGpgKey(publicKey));
|
||||
|
||||
return new GpgKeyContext(key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user