Issue:
When trying to use the bitrise.yml
in your repo, the following error message occurs:
Couldn't find a bitrise.yml file in the app's repository. Add the file to your main branch and try again.
Possible solutions:
If you receive this error, you might want to check the followings:
The
bitrise.yml
is at the root of the repository.The repository URL is properly set in your app's Settings.
The
bitrise.yml
exists on the default branch (set in your app's Settings).The git credential user has read access to the repo (can be checked on the Teams tab). We don’t use SSH key but the git credential user’s access, that is why it is important to get the git connection working.