Bitbake fetch private Github repository release archive
Katu Txakur <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <CAM1ZcoXBYER5j5kTayzcYLzdObxyZjriqNsY5OAZm0j5B-kUNg@mail.gmail.com> |
Hi, I'm trying to fetch a release from a private repository using a Personal Access Token (PAT). I know the permissions and repository are correct because I can use this bash script and it works: https://gist.github.com/maxim/6e15aa45ba010ab030c4?permalink_comment_id=2990095#gistcomment-2990095 I can clone the repository with ssh keys but I need to use http for the release zip file. I have tried https://docs.yoctoproject.org/ref-manual/classes.html#github-releases but I don't know where to specify the token. Thank you, Katu