meltano-on-github-actions icon indicating copy to clipboard operation
meltano-on-github-actions copied to clipboard

Consider publishing to GitHub Marketplace

Open aaronsteers opened this issue 3 years ago • 1 comments
trafficstars

I haven't dug deep yet on what this would take, but I wonder if it would be possible to make a set of generic config inputs and publish a parameterizable version of this to the GitHub Marketplace. Have you looked into this by chance?

https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace

aaronsteers avatar Feb 28 '22 22:02 aaronsteers

Hey @aaronsteers - totally one of the next steps! We could create a composite action which abstracted away the Docker stuff, artifact download, Meltano execution and artifact upload. Inputs would need to be:

  • Tap name
  • Target name
  • Env var & secret mappings
  • Slack config

NiallRees avatar Mar 01 '22 02:03 NiallRees