diff options
Diffstat (limited to '_site/includes/admin')
-rw-r--r-- | _site/includes/admin/authorized.json | 4 | ||||
-rw-r--r-- | _site/includes/admin/credentials.default.json | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/_site/includes/admin/authorized.json b/_site/includes/admin/authorized.json new file mode 100644 index 0000000..72784f0 --- /dev/null +++ b/_site/includes/admin/authorized.json @@ -0,0 +1,4 @@ +[ + "antoine62", + "Minteck" +]
\ No newline at end of file diff --git a/_site/includes/admin/credentials.default.json b/_site/includes/admin/credentials.default.json new file mode 100644 index 0000000..83b9e5b --- /dev/null +++ b/_site/includes/admin/credentials.default.json @@ -0,0 +1,5 @@ +{ + "id": "your client id", + "secret": "your client secret", + "token": "the personnal access token of a user that has access to the repository" +}
\ No newline at end of file |