-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Since at least a couple of weeks ago, it seems the automatic submission can no longer read from the repository packages (also recently mentioned in Issue 91 by another user).
The submit-dependency-snapshot step fails during execution of depgraph-maven-plugin:aggregate with an authorization error (401 Unauthorized) if the project references at least one private repository package. This previously worked out of the box without any additional configuration until recently.
Is there any ongoing plan to potentially address this? We can make it work by disabling the automated submission, and using the published version of the action (and explicitly setting the token).
While this is not a blocker per-se, it is a little counter intuitive in the sense that your recommendation is to use the automated submission.
Any clarifications on why this issue recently appeared, and whether there are any plans to address it (or if there is anything we can do on our end as users) would be greatly appreciated!