Open ylambrus opened 3 years ago
same
same
I setup a test project that exercises this action, and while doing so, at one point I was seeing 403 errors too.
It turned out to be a "permissions issue". I solved it by first making sure I had all the plumbing regarding URLs and repo name correct by using "administrator" credentials with Nexus Repository. Once I verified I could publish using an administrator, I then changed to a "non-admin" account, and added permissions until it "worked" again. There are probably a way to get even fewer permissions working, but this is where I stopped the "wash-rinse-repeat" dance. The name of the repository I used was raw-github-action-test
.
I hope this helps.
Hi,
Trying to deploy a snapshot on sonatype nexus using the following workflow:
Though I keep having the following error :
I can deploy using those credentials with an old school deployment manager ( mvn deploy / pom.xml), but I can't using this github action.
We can't figure out why we get this error. It looks like NexusPublisher is trying to push not in the correct place
Any help ?