extism / ruby-sdk

Extism Ruby Host SDK - easily run WebAssembly modules / plugins from Ruby applications
https://extism.org
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

Continuous Delivery #10

Open neuronicnobody opened 1 year ago

neuronicnobody commented 1 year ago

Need to add a GH workflow to release to rubygems when a release is published on github. The API token is set to RUBYGEMS_API_TOKEN but there is 2fa on the account so we still need a workaround for that.

bhelx commented 5 months ago

Could be a good first issue for some help on this one!