File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ GitHubに戻って先程作った *bot-tester* を開きます
85
85
http://fuh83fhfj.ngrok.io/function/issue-bot
86
86
```
87
87
88
- ![ ] ( ./screenshot/WebhookURLSettings.png )
88
+ ![ ] ( ../.. /screenshot/WebhookURLSettings.png )
89
89
90
90
* Content-type* には * application/json* を選択
91
91
@@ -95,7 +95,7 @@ http://fuh83fhfj.ngrok.io/function/issue-bot
95
95
96
96
イベントは ** Issues** と ** Issue comment** を選択
97
97
98
- ![ ] ( ./screenshot/WebhookEventsSettings.png )
98
+ ![ ] ( ../.. /screenshot/WebhookEventsSettings.png )
99
99
100
100
## webhookの動作確認
101
101
@@ -186,7 +186,7 @@ $ faas-cli up -f issue-bot.yml
186
186
187
187
このリクエストとレスポンスはGitHubの * Settings* -> * Webhook* のページで確認できます:
188
188
189
- ![ ] ( ./screenshot/WebhookResponse.png )
189
+ ![ ] ( ../.. /screenshot/WebhookResponse.png )
190
190
191
191
## GitHubに応答する
192
192
@@ -196,11 +196,11 @@ $ faas-cli up -f issue-bot.yml
196
196
197
197
* GitHub profile* -> * Settings/Developer settings* -> * Personal access tokens* で * Generate new token* をクリックします。
198
198
199
- ![ ] ( ./screenshot/PersonalAccessTokens.png )
199
+ ![ ] ( ../.. /screenshot/PersonalAccessTokens.png )
200
200
201
201
「repo」にチェックを入れてリポジトリへのアクセス権を付与します。
202
202
203
- ![ ] ( ./screenshot/NewPAT.png )
203
+ ![ ] ( ../.. /screenshot/NewPAT.png )
204
204
205
205
ページ下部の「Generate Token」ボタンをクリックします。
206
206
You can’t perform that action at this time.
0 commit comments