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
What do you think about a Github action that on successful commits to main branch to any of the deps that has their own Lit package will auto-release that package to Lit. For example, when a package like secure-socket has its version bumped from 1.2.3 to 1.2.4 it would automatically run Lit publish.
If you would like that I could PR one, should make it easier to maintain, update and release the packages.
The text was updated successfully, but these errors were encountered:
Lit requires all package releases be signed by an RSA key assigned to the sole owner (or proven member of an organization owner) of the package. This process cannot be well automated.
It should be possible (?) to automate it by having an RSA key (of a possible member/bot?) with the password (if one is set) as a GitHub secret in the repo configs, this can be well hidden from everyone without the right access to see it.
What do you think about a Github action that on successful commits to main branch to any of the
deps
that has their own Lit package will auto-release that package to Lit. For example, when a package likesecure-socket
has its version bumped from1.2.3
to1.2.4
it would automatically run Lit publish.If you would like that I could PR one, should make it easier to maintain, update and release the packages.
The text was updated successfully, but these errors were encountered: