Skip to content

Commit cc092aa

Browse files
developer-guyalexellis
authored andcommitted
removed image from the blog post and moved into the body of the blog post
Signed-off-by: Batuhan Apaydın <[email protected]>
1 parent b6248a0 commit cc092aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_posts/2021-01-26-integrate-with-github-apps-and-faasd.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: "In this guide, we are going to demonstrate how to build your own G
44
tags: inlets-pro inletsctl go github-application faasd raspberry-pi
55
author_staff_member: developer-guy
66
dark_background: true
7-
image: /images/2021-01-15-github-application-using-go-and-inlets-pro/faasd-issue-bot.png
87
date: 2021-01-26
98

109
---
@@ -25,6 +24,8 @@ In this guide, we are going to develop a [GitHub App](https://docs.github.com/en
2524

2625
> If you are a Kubernetes or K3s user and want to follow along, you can do so and switch out faasd and inletsctl, for the [inlets-operator for Kubernetes](https://github.com/inlets/inlets-operator) and your local cluster. Everything else will work the same.
2726
27+
![overview](/images/2021-01-15-github-application-using-go-and-inlets-pro/faasd-issue-bot.png)
28+
2829
A GitHub App acts on its own behalf, taking actions via the API directly using its own identity, which means you don't need to maintain a bot or service account as a separate user. GitHub Apps can be installed directly on organizations and user accounts and granted access to specific repositories. They come with built-in webhooks and narrow, specific permissions. When you set up your GitHub App, you can select the repositories you want it to access. For example, in this guide we are going to develop a Github App that respond or close the comments for your repositories that you installed Github App for.
2930

3031
Two examples that make thorough use of GitHub Apps are below:

0 commit comments

Comments
 (0)