We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0795bf2 commit 9c843e9Copy full SHA for 9c843e9
src/test/java/org/kohsuke/github/AppTest.java
@@ -1303,6 +1303,12 @@ public boolean apply(GHDeployKey deployKey) {
1303
}
1304
1305
1306
+ /**
1307
+ * Test add deploy key read-only.
1308
+ *
1309
+ * @throws IOException
1310
+ * Signals that an I/O exception has occurred.
1311
+ */
1312
@Test
1313
public void testAddDeployKeyAsReadOnly() throws IOException {
1314
GHRepository myRepository = getTestRepository();
0 commit comments