AL-Go
AL-Go copied to clipboard
[Bug]: appDependencyProbingPaths authentication error when using localdevenv
AL-Go version
5.3
Describe the issue
When downloading the dependencies via "appDependencyProbingPaths" in CI/CD it works like it should but via localdevenv.ps1 it says -> "Error: Response status code does not indicate success: 404 (Not Found)."
The same configuration is applied.
relevant log ->
Checking appDependencyProbingPaths
Dependency to projects '*' in https://github.com/foo/bar@branch1, version latest, release status latestBuild
Using secret CustomSecret for access to repository
Downloading dependencies ...
Locating Apps artifacts for projects: *
Finding latest successful CICD run for branch branch1 in repository foo/bar
- https://api.github.com/repos/foo/bar/actions/runs?per_page=100&page=1&exclude_pull_requests=true&status=completed&branch=branch1
Response status code does not indicate success: 404 (Not Found).
We already checked if there a artifacts available by simply running CI/CD. That way it works, same config
Expected behavior
correct download of the artifacts
Steps to reproduce
config an appDependencyProbingPaths with an external private repository out of the own organisation
Additional context (logs, screenshots, etc.)
No response