Skip to content

Commit

Permalink
👷 디버깅용 keychain 로그 명령어 추가 =
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyJunnos committed Dec 19, 2023
1 parent 9142901 commit 1a29a63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/TestFlight_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
echo -n "$DEPLOY_PROVISION_PROFILE_BASE64" | base64 --decode -o $PROFILE_PATH
security create-keychain -p "$KEYCHAIN_PASSWORD" $KEYCHAIN_PATH
security list-keychains -s "$KEYCHAIN"
security default-keychain -s "$KEYCHAIN"
security set-keychain-settings -lut 21600 $KEYCHAIN_PATH
security unlock-keychain -p "$KEYCHAIN_PASSWORD" $KEYCHAIN_PATH
Expand Down

0 comments on commit 1a29a63

Please sign in to comment.