mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 21:55:12 +00:00
Fixes as per PR review comments
This commit is contained in:
@@ -76,7 +76,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