Skip to content

Commit d2b3bd4

Browse files
Merge pull request #65 from leanix/feature/CID-3367/validate-push-event-is-enabled-for-GitHub-App
CID-3381: remove installation event verification
2 parents a51801c + e694193 commit d2b3bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/net/leanix/githubagent/services/GitHubEnterpriseService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class GitHubEnterpriseService(private val githubClient: GitHubClient) {
1212

1313
companion object {
1414
val expectedPermissions = listOf("administration", "contents", "metadata")
15-
val expectedEvents = listOf("label", "public", "repository", "push", "installation")
15+
val expectedEvents = listOf("label", "public", "repository", "push")
1616
}
1717
private val logger = LoggerFactory.getLogger(GitHubEnterpriseService::class.java)
1818

0 commit comments

Comments
 (0)