heapsource / active_model_otp

Adds methods to set and authenticate against one time passwords (Two-Factor Authentication). Inspired in AM::SecurePassword
MIT License
773 stars 81 forks source link

Github actions for publish to rubygems #92

Closed pedrofurtado closed 3 years ago

pedrofurtado commented 3 years ago

@robertomiranda I created a Github Actions in order to release versions to rubygems automatically when we create a new release/tag in Github.

It is not working yet, because it is required to create a new secret in repo settings with name RUBYGEMS_AUTH_TOKEN and token generated in RubyGems dashboard. Can you create it for us, please, when you have time?

Once the secret is created, we can test creating a "official" release here in repo to execute the flow.

Recently, I also merged for us the #93 to prepare repo for the version release, setting the version number in code 👍

Thanks a lot! 🍻