-
Notifications
You must be signed in to change notification settings - Fork 62
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
Can't install package from Github using Github Actions #413
Comments
I am afraid that you'll need to create a reproducible example, without that it is very hard to help you. |
Thanks for the quick reply. Fair enough, let me debug a bit more here to see if I can find the problem. |
@gaborcsardi I am hitting an issue that is easy to replicate and could explain the problems above. How to replicate:
See the screenshots below.
|
Do you still have this issue? |
Hey Gabor, it's been a year so I am not sure haha. Let me check again and see if the problem is still there, with the major changes to |
I have the following workflow for installing packages with
pak
and then running a few tests:I'm having issues with installing private repos within my organization. I tried to overcome this problem in a few ways, but they all failed. I added a github PAT as a secret in the repository, and confirmed the token can access the repositories I am trying to install. I defined the package name in
Imports
and the "owner/repo" inRemotes
, but then I hit this error:I also directly specified the URL of the package in
Imports
:But the above also fails, with a different error:
I have a similar workflow using
renv
and a PAT that works, so I am not sure if there's a bug inpak
that's preventing the package from being installed, or if I am doing something wrong. Any ideas? Also, let me know what other information I can provide that would help with the problem.The text was updated successfully, but these errors were encountered: