From 7764773e15141af44184defdc1818f222f58aeea Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 29 Mar 2019 12:22:56 +0100 Subject: [PATCH] Add secret env templates For tracking required CI variables. --- .env.template.secret-codesign | 2 ++ .env.template.secret-deploy | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 .env.template.secret-codesign create mode 100644 .env.template.secret-deploy diff --git a/.env.template.secret-codesign b/.env.template.secret-codesign new file mode 100644 index 00000000..c8924c7d --- /dev/null +++ b/.env.template.secret-codesign @@ -0,0 +1,2 @@ +MATCH_GIT_URL= +MATCH_PASSWORD= diff --git a/.env.template.secret-deploy b/.env.template.secret-deploy new file mode 100644 index 00000000..8ed5953c --- /dev/null +++ b/.env.template.secret-deploy @@ -0,0 +1,10 @@ +APPLE_ID= +FASTLANE_USERNAME= +FASTLANE_PASSWORD= +APPCENTER_OWNER_NAME= +APPCENTER_API_TOKEN= +#APPCENTER_DISTRIBUTE_GROUP= +PILOT_GROUPS= +PILOT_USERNAME= +DELIVER_USERNAME= +PROJECT_ROOT=