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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,13 @@ This will be a functions app running in azure that will act as a webhook (secure
4
4
https://dutchjavadev.github.io/
5
5
6
6
Reason? I am lazy and also it gives a view of wat I am working on and wat I have worked on (handy for recruiters😜 who want to recruit me)
7
+
8
+
If you want to run this yourself you will need to configure the following enviroment variables for your function app
9
+
10
+
"GithubAccessToken" Generate an access token that has full access to repositories
11
+
12
+
"WebPagesRepositorieName" Name of your github pages repository example: DutchJavaDev.github.io
13
+
14
+
IMPORTANT: when deployed it will read the index.html file inside PageGenerator folder in the project folder, this needs to be copied to a blob container named "html-templates" inside the storage account that comes with the functions app
0 commit comments