Skip to content

Commit

Permalink
Add known hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
mplorentz committed Dec 15, 2023
1 parent 94b5766 commit 7b0eb2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: shimataro/ssh-key-action@v2
with:
key: ${{ Secrets.SSH_KEY }}
known_hosts: ${{ Secrets.KNOWN_HOSTS }}
- name: Deploy with fastlane
run: |
bundle install
Expand Down
3 changes: 0 additions & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ platform :ios do
asc_key_content = ENV["APP_STORE_CONNECT_API_KEY_CONTENT"]
asc_issuer_id = ENV["APP_STORE_CONNECT_ISSUER_ID"]
asc_key_id = ENV["APP_STORE_CONNECT_API_KEY_ID"]
GIT_AUTHORIZATION = ENV["GIT_AUTHORIZATION"]
TEMP_KEYCHAIN_USER = ENV["TEMP_KEYCHAIN_USER"]
TEMP_KEYCHAIN_PASSWORD = ENV["TEMP_KEYCHAIN_PASSWORD"]

desc "Push a new beta build to TestFlight"
lane :beta do
Expand Down

0 comments on commit 7b0eb2d

Please sign in to comment.