JetBrains / package-search-intellij-plugin

Package Search is an IntelliJ plugin that allows you to search for packages from the editor.
https://package-search.jetbrains.com/
Apache License 2.0
18 stars 2 forks source link

233 - Update environment variables for Space credentials #168

Closed lamba92 closed 6 months ago

lamba92 commented 6 months ago

Environment variables and secrets for fetching packages from Space were renamed and updated. This change affects build configuration and build scripts by replacing "MAVEN_SPACE" with "SPACE_INTELLIJ_NIGHTLIES" and "SPACE_PACKAGE_SEARCH". The affected files include Github workflow configuration files, build scripts, and publish plugin configuration files.

(cherry picked from commit 8440a27da5df8422940d98988dbd433b01fc843b)