-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
add private github package support using personal access token #152
add private github package support using personal access token #152
Conversation
The unit tests passed. The distributable files weren't created however. You you will have to follow the steps from CONTRIBUTING.md about sending a pull request. If you run Could you please verify that using unity-test-runner with these changes works in your workflow? You can use |
I gave it a try on our repo and looks like it seems to work a bit, but I got this error
Not really sure why it says that, I am not using any password and instead using a personal access token from one of the owner account of the organizations. |
In relation to #136, this change may have broken any existing repo's using ssh. Our manifest uses
This is what my action config looks like
|
I noted this in the logs
Even though this is what my action looks like
|
working around this issue by using |
@shubear Can you try |
Running this with |
Hm... with v2, I get logs that match the initial error scenario:
But with main, I get this:
You still get the |
No, I don't. I was only referring to the |
I think we can safely ignore the |
Changes
Checklist
@webbertakken I tried getting all the changes from the above mentioned PR. I am not really sure if its complete.
I am not good with js, so I wasn't able to fix the test failing and linting issues. It would be great if I could get some help.