CI/CD
CI
App Store Connect
Create API keys you use to sign JWTs and authorize API requests.
GitHub
Learn how to avoid duplication when creating a workflow by reusing existing workflows.
Limitations
Using inputs and secrets in a reusable workflow
Unlike when you are using actions within a workflow, you call reusable workflows directly within a job, and not from within job steps.
Secrets
Code Signing & Provisioning
fastlane
Tutorials
More
Issues & Solutions
- Unauthorized Access (using 2FA)
delete the ~/.fastlane/spaceship/{email}/cookie
remove the credentials by `bash fastlane fastlane-credentials remove --username YOUR_APPLEID
`
fastlane/credentials_manager at master · fastlane/fastlane
Published on: Aug 16, 2022