If Workflow Editor doesn’t load for you, chances are your bitrise.yml
or a workflow which you have configured crashes the Workflow Editor’s UI.
If you face the above issue please first:
- contact us so we can fix the issue in the UI code
- then you can fix the
bitrise.yml
through our API
Managing bitrise.yml with the API ⚓
Use a simple curl
call to download and to upload an app’s configuration or bitrise.yml
to bitrise.io. You can find an example of how the API works on GitHub.
Before you start:
- Make sure you have a Personal Access Token which you can generate on your account’s security tab.
- Download the
bitrise.yml
with an API call. You will get a response in YML format. - Save the
bitrise.yml
into a file and modify it locally. - Upload the
bitrise.yml
with another API call to bitrise.io. Make sure the path to your fixed or modifiedbitrise.yml
is correctly set! You will get a response in JSON format.