sirwart / ripsecrets

A command-line tool to prevent committing secret keys into your source code
MIT License
805 stars 24 forks source link

Add `publish-crate` step to release workflow #85

Closed lafrenierejm closed 8 months ago

lafrenierejm commented 8 months ago

Addresses #77.

This new step requires the presence of a GitHub Actions Secret named CRATES_IO_API_TOKEN with access to publish the ripsecrets crate.

Dependencies were updated to avoid versions that have been yanked.

lafrenierejm commented 8 months ago

@sirwart Any opinions on this PR?