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
This is probably possible through GitHub (and maybe out of scope for this particular issue regarding non-GitHub methods).
A workflow (in mudlet-package-repo) can be triggered by a webhook that is set up in the 3rd party repo, that workflow could then do an automatic pull and merge from the 3rd party repo, assuming you would want to allow this kind of action to be done without "approval" or some such.
For security a secret token could be generated for each 3rd party repo (and stored in their secrets) to be sent via webhook. I suppose the workflow could be set up to only do this on a tagged commit as well.
such as an external website
would probably then need to be manually approved
The text was updated successfully, but these errors were encountered: