Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appcenter login is not working through Github actions #2631

Closed
diogorlo opened this issue Apr 11, 2024 · 2 comments
Closed

Appcenter login is not working through Github actions #2631

diogorlo opened this issue Apr 11, 2024 · 2 comments
Labels
cli Related to App Center's CLI feature request New feature request

Comments

@diogorlo
Copy link

Codepush fails when trying to log in through the command appcenter login --token ***

Error: Command failed: /usr/bin/security find-generic*** email-email.com -s mobile-center-cli -g
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.

    at ChildProcess.exithandler (node:child_process:419:12)
    at ChildProcess.emit (node:events:514:28)
    at maybeClose (node:internal/child_process:1091:16)
    at Socket.<anonymous> (node:internal/child_process:449:11)
    at Socket.emit (node:events:514:28)
    at Pipe.<anonymous> (node:net:323:12) {
  code: 44,
  killed: false,
  signal: null,
  cmd: '/usr/bin/security find-generic*** email-email.com -s mobile-center-cli -g'
}
  • I've tried to update appcenter cli to version 3.0.0, but the error persists.
  • I'm able to log in and out locally
  • The error is happening in Github actions and macos

Command in Fastlane:

sh("appcenter", "login", "--token", <token>)

Any suggestions are welcomed. I've been sitting in this error for two days

@diogorlo diogorlo added the feature request New feature request label Apr 11, 2024
@DmitriyKirakosyan DmitriyKirakosyan added the cli Related to App Center's CLI label Jun 7, 2024
@DmitriyKirakosyan
Copy link
Contributor

@diogorlo, thanks for reaching out! Please check this thread #1210 and let me know if any of the suggested solutions work for you.

@DmitriyKirakosyan
Copy link
Contributor

Closing due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to App Center's CLI feature request New feature request
Projects
None yet
Development

No branches or pull requests

2 participants