-
Notifications
You must be signed in to change notification settings - Fork 765
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
Unable to publish artifacts after enabling gradle caching #754
Comments
Hello @BelgianDev, Thank you for creating this issue and we will look into it :) |
Hello @BelgianDev 👋,
We hope these suggestions help resolve your issue. Please let us know if you need further assistance or if the issue persists. We are here to help! |
Hello @BelgianDev👋, |
Hey ! Sorry I've been really busy with exams I did not yet have the chance to try the solutions you provided me with, I'll keep in touch if I'm able to auto-publish again when I will get the time to work again on my projects. Thanks for taking the time to find out about my issue! |
Description:
I enabled gradle caching in the setup java task for my action, first publishing worked nothing weird. But after changing code and wanting to make a new snapshot build of one of my libs it won't publish I constantly get a
Received status code 403 from server: Forbidden
no matter what I do even disabling the caching won't make the issue go away.I'm publishing to a self-hosted repo even after providing administrator permissions on Nexus the action was only able to publish 2 files before getting a 403 forbidden.
This issue does not happen when I publish from my own computer it only happens when running in the GitHub action.
I'm still not sure a 100% if the caching is at fault or something else but I've been fighting for over a week and can't seem to fix the issue.
Task version:
actions/setup-java@v4
Platform:
Runner type:
Repro steps:
Expected behavior:
That I will be able to publish my artifacts
Actual behavior:
A description of what is actually happening.
The text was updated successfully, but these errors were encountered: