Skip to content

Commit a04cba6

Browse files
committed
Re-export deploy keys from GitHub module
1 parent 12e3e42 commit a04cba6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/GitHub.hs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,13 @@ module GitHub (
283283
commitR,
284284
diffR,
285285

286+
-- ** Deploy Keys
287+
-- | See <https://developer.github.com/v3/repos/keys/>
288+
deployKeysForR,
289+
deployKeyForR,
290+
createRepoDeployKeyR,
291+
deleteRepoDeployKeyR,
292+
286293
-- ** Deployments
287294
-- | See <https://developer.github.com/v3/repos/deployments/#deployments>
288295
--
@@ -419,6 +426,7 @@ import GitHub.Endpoints.Repos
419426
import GitHub.Endpoints.Repos.Collaborators
420427
import GitHub.Endpoints.Repos.Comments
421428
import GitHub.Endpoints.Repos.Commits
429+
import GitHub.Endpoints.Repos.DeployKeys
422430
import GitHub.Endpoints.Repos.Deployments
423431
import GitHub.Endpoints.Repos.Forks
424432
import GitHub.Endpoints.Repos.Invitations

0 commit comments

Comments
 (0)