You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,16 @@ Open http://localhost:3000 and follow instructions to register a GitHub App for
13
13
14
14
## Deployment through GitHub Actions
15
15
16
-
1. Create `AZURE_CREDENTIALS` repository secret. See https://github.com/azure/login#configure-deployment-credentials for how to retrieve it from the Azure Console.
17
-
2. Create `AZURE_FUNCTION_APP_PUBLISH_PROFILE` repository secret. See https://github.com/Azure/functions-action#using-publish-profile-as-deployment-credential-recommended for how to retrieve it from the Azure Console.
16
+
In the Azure Console, navigate to `Function App` -> your app -> `Configuration` and add the environment variables required by Probot
17
+
18
+
-`APP_ID`
19
+
-`PRIVATE_KEY` (you can encode your key value at https://www.base64encode.org/)
20
+
-`WEBHOOKS_SECRET`
21
+
22
+
Then in your repository settings, create two secrets:
23
+
24
+
1.`AZURE_CREDENTIALS`: see https://github.com/azure/login#configure-deployment-credentials for how to retrieve it from the Azure Console.
25
+
2.`AZURE_FUNCTION_APP_PUBLISH_PROFILE`: see https://github.com/Azure/functions-action#using-publish-profile-as-deployment-credential-recommended for how to retrieve it from the Azure Console.
0 commit comments