Add secrets for cron credentials (#98)

* Add secrets for cron credentials

* Add secrets for cron credentials for all images

* Set CRON var to empty by default as noted in the README + Update README.template with these new secrets.
This commit is contained in:
Florent Poinsaut
2023-04-19 10:42:37 +02:00
committed by GitHub
parent 8ac9184dba
commit f3565220ce
11 changed files with 32 additions and 8 deletions

View File

@@ -228,6 +228,8 @@ DOLI_DB_USER=$(get_env_value 'DOLI_DB_USER' 'doli')
DOLI_DB_PASSWORD=$(get_env_value 'DOLI_DB_PASSWORD' 'doli_pass')
DOLI_ADMIN_LOGIN=$(get_env_value 'DOLI_ADMIN_LOGIN' 'admin')
DOLI_ADMIN_PASSWORD=$(get_env_value 'DOLI_ADMIN_PASSWORD' 'admin')
DOLI_CRON_KEY=$(get_env_value 'DOLI_CRON_KEY' '')
DOLI_CRON_USER=$(get_env_value 'DOLI_CRON_USER' '')
run