- Parent publication
- Bitrise CI
- Workflows and Pipelines
- Steps
- Step inputs
Step inputs
Step inputs are the way to configure the Steps for your build. Steps have required inputs that must have a valid value and optional inputs that provide more options to customize your build.
Step inputs are the way to configure the Steps for your build. Steps have required inputs that must have a valid value and optional inputs that provide more options to customize your build.
Click on a Step to bring up its input variables on the right of the currently selected Workflow. Required inputs are marked as such in the Workflow Editor. If required inputs do not have valid values, the Step will fail.

Modify a Step input by either:
-
Clicking into the input field.
-
Clicking the CHANGE option next to the input field.
You can also use Environment Variables (Env Vars) as Step inputs.
- Build machine types
- Workflows and Pipelines
- Workflow recipes for Android apps
- Workflow recipes for iOS apps
- Workflow recipes for cross-platform apps
- Steps
- Steps overview
- Storing an app's configuration YAML
- Secrets
- Basics of configuration YAML
- Customizing your configuration YAML
- Workflow reference
- Build machine types
A Workflow is a collection of Steps, Environment Variables, and other configurations. When Bitrise starts a build, it runs one or more Workflows according to the configuration defined in the bitrise.yml file.