env variables validation

This commit is contained in:
Your Name
2023-11-18 19:57:41 +02:00
parent 5c99cc34d0
commit 61461519e1
3 changed files with 27 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
GITEA_INSTANCE_BASE_URL="https://gitea.example.com"
GITEA_ACCESS_TOKEN="access_token"
GITEA_OWNER="owner"
GITEA_REPOSITORY="repository"
GITEA_REPOSITORY="repository"
GITEA_PACKAGE_REGISTRY="composer"