-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HttpError: Not Found when attempting to reference private pack #2397
Comments
Apologies that the docs are unclear. Here is the information you are looking for. You need to set the |
Hi @aeisenberg Thank you for the quick reply. We already have Thanks! |
Apologies. I was mistaken. Using the Also (unrelated), the |
Thank you. That's helpful to know. Here's the full debug log...
|
Thanks for this. The logs are showing that the error is not happening due to package downloads at all. It's due to not being able to access the endpoint that exposes feature flags. This is a different kind of permissions problem. I'm guessing that the token you are using in the
|
That makes perfect sense. I'll try that out. Thanks! |
We're trying to reference a private CodeQL pack when running
init
. When this runs in Github actions, we getHttpError: Not Found
.codeql package download companyname/python-queries --github-auth-stdin
and supply the value ofsecrets.CUSTOM_CODEQL_SCAN_GITHUB_TOKEN
.CUSTOM_CODEQL_SCAN_GITHUB_TOKEN
exists as an organization secret.Is there anything I'm missing or is there a bug with the
init
script? I'm having trouble finding any documentation around referencing private packs for CodeQL Github actions.Thank you.
The text was updated successfully, but these errors were encountered: