-
Notifications
You must be signed in to change notification settings - Fork 176
Description
AL-Go version
8.1
Describe the issue
When i run CI/CD to build the project and when its reach to Download Project Dependencies i get the following error:
` Checking type
Checking appFolders, testFolders and bcptTestFolders
Application Dependency 24.0.0.0
Updating app- and test Dependencies
Analyzing Test App Dependencies
No performance test apps found in bcptTestFolders in .AL-Go\settings.json
Checking appDependencyProbingPaths
Dependency to projects '*' in https://github.com/Dynamics-Business-Solutions/Dynamics-Library@main, version latest, release status latestBuild
Using secret GHTOKENWORKFLOW for access to repository
Locating Apps artifacts for projects: *
Finding latest successful CICD run for branch main in repository Dynamics-Business-Solutions/Dynamics-Library, checking last 90 days
- https://api.github.com/repos/Dynamics-Business-Solutions/Dynamics-Library/actions/runs?per_page=100&page=1&exclude_pull_requests=true&status=completed&branch=main&created=>2025-08-18T12:20:20.0910175Z
Enabling Microsoft telemetry...
Error: Unexpected error when running action. Error Message: The remote server returned an error: (404) Not Found., StackTrace: at InvokeWebRequest, D:\a_actions\microsoft\AL-Go-Actions\v8.0\Github-Helper.psm1: line 107 <- at FindLatestSuccessfulCICDRun, D:\a_actions\microsoft\AL-Go-Actions\v8.0\Github-Helper.psm1: line 940 <- at GetArtifacts, D:\a_actions\microsoft\AL-Go-Actions\v8.0\Github-Helper.psm1: line 1095 <- at GetDependencies, D:\a_actions\microsoft\AL-Go-Actions\v8.0\Github-Helper.psm1: line 186 <- at DownloadDependenciesFromProbingPaths, D:\a_actions\microsoft\AL-Go-Actions\v8.0\DownloadProjectDependencies\DownloadProjectDependencies.Action.ps1: line 24 <- at , D:\a_actions\microsoft\AL-Go-Actions\v8.0\DownloadProjectDependencies\DownloadProjectDependencies.Action.ps1: line 123 <- at , D:\a_temp\37a854e8-7d2f-4cd5-8cce-2d44c30ccdea.ps1: line 3 <- at , D:\a_actions\microsoft\AL-Go-Actions\v8.0\Invoke-AlGoAction.ps1: line 21 <- at , D:\a_temp\37a854e8-7d2f-4cd5-8cce-2d44c30ccdea.ps1: line 2 <- at , : line 1
Error: Process completed with exit code 1.`
my both repo private, and the secret variable for GHTOKENWORKFLOW working fine.
Expected behavior
The latest build on 24.1.0 should be download it as dependency
Steps to reproduce
I just run the CI/CD pipeline after i add the project dependency path in variable setting for the project
{
"appDependencyProbingPaths": [
{
"repo": "https://github.com/Dynamics-Business-Solutions/Dynamics-Library",
"release_status": "latestBuild",
"authTokenSecret": "GHTOKENWORKFLOW"
}
]
}
Additional context (logs, screenshots, etc.)
No response