From 5dfdb2c8134834ef0b177e2a4fb93940a33a7fa7 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Tue, 24 May 2022 16:32:56 +0100 Subject: [PATCH] update link to create API Key (GITEA_ACCESS_TOKEN) to: https://github.com/dwyl/gitea-server#7-create-access-token-api-key --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd3ca96..1815f2d 100644 --- a/README.md +++ b/README.md @@ -134,8 +134,8 @@ There are **2 _required_** environment variables: 1. `GITEA_URL` - the domain where your Gitea Server is deployed, without the protocol, e.g: `gitea-server.fly.dev` -2. `GITEA_ACCESS_TOKEN` - the REST API Access Token - See: https://github.com/dwyl/gitea-server#connect-via-rest-api-https +2. `GITEA_ACCESS_TOKEN` - the REST API Access Token
+ See: https://github.com/dwyl/gitea-server#7-create-access-token-api-key ### _Optional_ Environment Variables