Skip to content

Commit

Permalink
Add build secrets to CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mplorentz committed Dec 21, 2023
1 parent 3ebc01e commit c82e3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testflight-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ jobs:
MATCH_PASSWORD: ${{ Secrets.MATCH_PASSWORD }}
KEYCHAIN_PASS: ${{ Secrets.KEYCHAIN_PASS }}
SENTRY_AUTH: ${{ Secrets.SENTRY_AUTH }}
APP_SECRETS: ${{ Secrets.APP_SECRETS }}
CI: true
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ platform :ios do
keychain_name: "keychain",
keychain_password: keychain_pass
)
sh("echo $APP_SECRETS > Nos/Assets/ProductionSecrets.xcconfig")
else
match(type: "appstore", readonly: is_ci)
end
Expand Down

0 comments on commit c82e3c0

Please sign in to comment.