From 896fa7c96856142f844d958b049d5432f511641c Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 4 Aug 2021 16:56:12 +0200 Subject: v2.0 --- _site/includes/admin/credentials.default.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '_site/includes/admin/credentials.default.json') diff --git a/_site/includes/admin/credentials.default.json b/_site/includes/admin/credentials.default.json index 83b9e5b..67d1959 100644 --- a/_site/includes/admin/credentials.default.json +++ b/_site/includes/admin/credentials.default.json @@ -1,5 +1,5 @@ -{ - "id": "your client id", - "secret": "your client secret", - "token": "the personnal access token of a user that has access to the repository" +{ + "id": "your client id", + "secret": "your client secret", + "token": "the personal access token of a user that has access to the repository" } \ No newline at end of file -- cgit