You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's described in the environment variables tab on the page you linked to. The idea was that the in memory key is probably a thing mostly used on CI. I'll completely split in memory vs keyring in the docs to make it more obvious and the in memory docs will get both a property and an env var example.
The current docs (https://vanniktech.github.io/gradle-maven-publish-plugin/central/#secrets) only show an example of setting credentials when using a
secretKeyRingFile
.I found that when using an exported in-memory key, the following works:
It wasn't until I looked at the source code that I realized this was possible.
The text was updated successfully, but these errors were encountered: