Replies: 4 comments
-
@freddydk hi sir, appreciate your advice on the same sir |
Beta Was this translation helpful? Give feedback.
-
Sorry for the delay. Alternatively, you can use GitHubPackages by creating an organizational secret called GitHubPackagesContext - then all dependency resolution between apps in your org will be automatic. https://aka.ms/algosecrets#githubpackagescontext |
Beta Was this translation helpful? Give feedback.
-
Hi Sir @freddydk I used below variable in the repository
Analyzing repository
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
- 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
The remote server returned an error: (401) Unauthorized.
Unauthorized I am not sure if need to modify the setting for secret GHTOKENWORKFLOW |
Beta Was this translation helpful? Give feedback.
-
That sounds like the GhTokenWorkflow secret doesn't have read access to the Dynamics-Business-Solutions/Dynamics-Library repository? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I add decency to my project (B) from other common Library (A) but not in same workspace, i add the below to (B) in the repo variable settings
ALGOREPOSETTINGS
"appDependencyProbingPaths": [
{
"repo": "Dynamics-Business-Solutions/Dynamics-Library",
"release_status": "latestBuild"
}
]
when i run action to compile it i get bellow error
Unexpected error when running action. Error Message: The remote server returned an error: (404) Not Found
Beta Was this translation helpful? Give feedback.
All reactions