Add secrets
Some checks failed
Build and Push Docker Images / Build app image (push) Failing after 23s
Build and Push Docker Images / Build database image (push) Successful in 9s
Build and Push Docker Images / Build node image (push) Failing after 11s

This commit is contained in:
thibaud-leclere
2026-03-30 00:11:16 +02:00
parent 503c474461
commit bcf6cd1a03
19 changed files with 21 additions and 6130 deletions

View File

@@ -0,0 +1,7 @@
<?php
return [
'S3_ACCESS_KEY' => null,
'S3_SECRET_KEY' => null,
'TMDB_API_TOKEN' => null,
];