-
-
Notifications
You must be signed in to change notification settings - Fork 471
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
Upload to another github repo Doesnt work: #113
Comments
I'm having the same issue. In the log, the action reports current repo URL it seems that GITHUB_REPOSITORY env is ignored for some reason. |
I'm just speculating but could it be that the |
I am pretty sure I gave the token full permissions for anything github related.. including to other repos.. |
Me too. I tried to generated a new personal token (and other options) - the result is still the same. It simply doesn't work trying to push to the original repo where the workflow is running, not to the selected repository. Sadly, I don't see an error in the code here either... |
this should now be fixed in the latest release. fixes were pushed to v1. the underlying issue was the resolution of where the token was source from. this was fixed in this pull which makes the previous update backwards compatible |
Testing the option to upload to another repo, doesnt seem to work, it still defaults to current repo only.
Example of use:
The text was updated successfully, but these errors were encountered: