From a573368f7d9407d53d9d8f681714586de345944e Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Thu, 1 Dec 2022 20:49:21 -0500 Subject: [PATCH 1/2] Remove token --- README.md | 6 ++++++ src/resume.php | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 173db72..a5102e0 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,9 @@ Features * [ ] Posts w/ a tagging system * [X] Some javascript utilities +Environment Variables +--------------------- + +| NAME | Notes | +-------------------- +| GITEA_TOKEN | API Token to access Gitea | diff --git a/src/resume.php b/src/resume.php index fd43529..7b7d52a 100644 --- a/src/resume.php +++ b/src/resume.php @@ -1,8 +1,7 @@ Date: Thu, 1 Dec 2022 20:51:14 -0500 Subject: [PATCH 2/2] Fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5102e0..b0cb1c8 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,6 @@ Features Environment Variables --------------------- -| NAME | Notes | --------------------- +| NAME | Notes | +| ----------- | ------------------------- | | GITEA_TOKEN | API Token to access Gitea | -- 2.45.2