From 1d62401c897a5ba82d0def92d97d09195a6d676f Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Thu, 1 Jul 2021 00:54:32 +0200 Subject: Fixed stuff + official logo --- _site/includes/admin/credentials.default.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _site/includes/admin/credentials.default.json (limited to '_site/includes/admin/credentials.default.json') 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 -- cgit