Workflow can't read a private Flutter package hosted on Github #2331
Replies: 2 comments
-
Hi @anarenteriareyes, |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Hi, I have a problem reading a private flutter package hosted in a private Github repository from a Codemagic workflow.
I have followed Codemagic documentation on "Accessing private dependencies and Git submodules" but my build fails to complete the "flutter pub get" command and I get the error message "remote: Repository not found." which I think may be related to SSH.
I did the following steps:
Any help would be appreciated, thanks!
Expected results
Be able to read a private flutter package in GitHub from the Codemagic workflow
Actual results
The workflow fails because it cannot complete the "flutter pub get" command to download the flutter packages including the private flutter package hosted on Github.
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions