From f9527f3db04c6e0b87cce0e62fb1e5f0ccac2385 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sat, 27 Jul 2024 21:27:44 -0400 Subject: [PATCH] enh(root): add github access token to .env template --- .env-template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env-template b/.env-template index 46cf7c15..fad87974 100644 --- a/.env-template +++ b/.env-template @@ -23,3 +23,6 @@ MOTHERSHIP_SEMVER= INSTANCE_APP_MIGRATIONS_DIR=/path/to/dist/instance-app/migrations INSTANCE_APP_HOOKS_DIR=/path/to/dist/instance-app/pb_hooks + +# The github personal access token should have public repo read access. It is used by Gobot to fetch the latest PocketBase versions +GITHUB_TOKEN= \ No newline at end of file