Replies: 1 comment
-
This is a duplicate of #1616 |
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.
-
Hello, we're trying to setup a (private) repository for a couple PTE's, which both have a dependency on one of our AppSource apps. The AppSource app lives in a seperate (also private) repository, in the same organisation.
The PTE's are usually deployed together, but don't have to be, so we decided to put them in seperate projects in one repository.
Having setup the
appDependencyProbingPaths
in.github/AL-Go-Settings.json
, we are now trying to get the downloading of dependencies to work. Except for the repository URL andAuthTokenSecret
we've left all of the probing settings default, so AL-Go is looking for the latest successful CI/CD build. As of writing this build exists and is only 17 hours old.We're using the new GitHub App Authentication method by setting the
ghTokenWorkflow
secret for the entire organisation. The app has access to all repositories, and has the permissions as listed in GhTokenWorkflow.md. This method works perfectly fine for our other AL-Go repositories.However, the
Downloading dependencies
step of the build job fails because the API returns a403 Forbidden
.Below is a partly redacted snippet of the log:
A couple things to note in this log:
<orgname>
's and<AppSourceAppRepo>
's match the expectationWe have tried various things to get this working:
ghTokenWorkflow
with a classic PATghTokenWorkflow
from an Azure KeyVaultAre we doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions