Skip to main content
All CollectionsKnowledge BaseGeneral issues
Couldn't find a bitrise.yml file in the app's repository
Couldn't find a bitrise.yml file in the app's repository
Updated over a week ago

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.

Did this answer your question?