If you wish to deploy to multiple teams or deploy to a team where authentication is different from the connected one you’ve been using, then you can add your preferred authentication into the Step’s inputs. This will override the connection previously set in Bitrise Developer Connection.
This way connection is restricted to the given Step where you set up authentication.
Authenticating with API key ⚓
- Add the Step to your Workflow.
- Upload the API key to the GENERIC FILE STORAGE section of the Code Signing page.
- Set the Bitrise Apple Developer Connection input to
off
. - Set the Issuer ID as a secret Environment Variable in the respective field of the Step.
- Configure the API Key path and API Issuer inputs.
- Save your changes and run a new build.
Authenticating with Apple ID and password ⚓
- Add the Step to your Workflow.
- Set the Apple ID and Password.
- Set the Bitrise Apple Developer Connection input to
off
. - Save your changes and run a new build.
What’s next? ⚓
Learn which Step works with authenticating through Step inputs.