-
Notifications
You must be signed in to change notification settings - Fork 101
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
Publishing maven package GitHub action is failing #1906
Comments
I believe the entry to use from 1password is:
And here are the new values of the variables in publish_assets.yml:
Which are not the same as the ones we have now. To be confirmed. |
I tried publishing from the command line following this , but I got this error:
It seems sonatype will not accept username/password any more. It will require tokens. See this |
Created a token and used it to do the release. Tested and published. The 6.0.0 jars are now available. See the core jar, the model jar and the main jar. Still need to modify the release code for next time. |
Description
The update-release-assets GitHub action failed in the last 6.0.0 release. It looks like the 1password key was changed and its reference is not invalid.
https://github.com/MobilityData/gtfs-validator/actions/runs/11521874673/job/32076491158
As a recommendation, we should add the 1password reference as a GitHub environment variable to avoid changing the action code when keys are re-generated/updated.
The text was updated successfully, but these errors were encountered: