From 418ae59d51a6db756982698be6ca39dfd47377bb Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Tue, 8 Nov 2022 17:51:31 +0100 Subject: [PATCH] Replace TODO with instructions for getting PAT. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf5bb9e..d0e6c3a 100644 --- a/README.md +++ b/README.md @@ -195,9 +195,11 @@ head-ref: 69af5638bf660cf218aad5709a4c100e42a2f37b ### external-repo-token A token for fetching external configuration files if they live in -a private repository. +an external private repository. -# TODO Add a guide on how to get the token +Visit the [developer settings](https://github.com/settings/tokens) to +create a new personal access token with `read` permissions` for the +repository that hosts the config file. **Possible values**: Any GitHub token with read access to the external repository.