Set up Gitea TestFlight deployment
All checks were successful
TestFlight / testflight (push) Successful in 1m24s
All checks were successful
TestFlight / testflight (push) Successful in 1m24s
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
FASTLANE_SKIP_UPDATE_CHECK=1
|
||||
FASTLANE_HIDE_CHANGELOG=1
|
||||
|
||||
# App Store Connect API key (the key content must be base64 encoded).
|
||||
APP_STORE_CONNECT_KEY_ID=
|
||||
APP_STORE_CONNECT_ISSUER_ID=
|
||||
APP_STORE_CONNECT_KEY_CONTENT=
|
||||
|
||||
# Shared fastlane match repository.
|
||||
MATCH_GIT_URL=
|
||||
MATCH_PASSWORD=
|
||||
MATCH_GIT_BASIC_AUTHORIZATION=
|
||||
Reference in New Issue
Block a user