Prime-Holding / rx_bloc

A set of Flutter packages that help implement the BloC (Business Logic Component) design pattern using the power of reactive streams
https://pub.dev/packages/rx_bloc
62 stars 21 forks source link

Ensure all credential files are deleted when the pipeline completes #725

Closed StanevPrime closed 2 months ago

StanevPrime commented 3 months ago

As a DevOps engineer I want when the CD pipelines complete all encrypted credential files are deleted so that no one can steal them.

AC