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