michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
249 stars 203 forks source link

Fix #202 auto publish the release to bintray using github actions #203

Closed arulrajnet closed 4 years ago

arulrajnet commented 4 years ago
arulrajnet commented 4 years ago

@michaelklishin You have set the as BINTRAY_USERNAME and BINTRAY_API_KEY as secret. Refer https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets

Next time whenever you create new tag/release it will auto publish to bintray

michaelklishin commented 4 years ago

Noted. Thank you for automating this.