Skip to content

Github Action Failed #9

Description

@alessioemireni

Hi,
we are testing this action but we have an error:
security: SecKeychainItemImport: The user name or passphrase you entered is not correct.

With Fastlane we don't have this error. Maybe it is caused by this snippet:

security create-keychain -p "${{ inputs.keychain-password }}" $KEYCHAIN_PATH
security set-keychain-settings -lut 21600 $KEYCHAIN_PATH
security unlock-keychain -p "${{ inputs.keychain-password }}" $KEYCHAIN_PATH

when somebody doesn't set a password for the ios certificate. This seems to happen with MacOS Sonoma 15.

Below the Fastlane snippet with the default_keychain value:
https://github.com/fastlane/fastlane/blob/master/fastlane/lib/fastlane/actions/create_keychain.rb#L38

Could you please take a look and find a solution to set a default_keychain for an empty password?

Kind regards

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions