Skip to content

Commit 7d9a960

Browse files
authored
Update README.md
1 parent 6669aeb commit 7d9a960

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,13 @@ This will be a functions app running in azure that will act as a webhook (secure
44
https://dutchjavadev.github.io/
55

66
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
15+
16+
This is still a project under development.

0 commit comments

Comments
 (0)