add token to env. #11

Open
zramsay wants to merge 1 commits from zramsay-patch-1 into main

3
.env
View File

@ -9,4 +9,5 @@ CLEAN_CONTAINERS=false
SYSTEM_PRUNE=false
WEBAPP_IMAGE_PRUNE=true
CHECK_INTERVAL=5
FQDN_POLICY="allow"
FQDN_POLICY="allow"
Review

Diff looks odd -- check there isn't a special character in there or something. My best guess is that it's saying there was no newline EOF before but now there is. Anyway, diff should show only the one added line.

Diff looks odd -- check there isn't a special character in there or something. My best guess is that it's saying there was no newline EOF before but now there is. Anyway, diff should show only the one added line.
DEPLOYER_GITHUB_TOKEN="optional, set for deploying private repos"