cecobask / imdb-trakt-sync

Automatic sync from IMDb to Trakt (watchlist, lists, ratings and history) using GitHub actions.
MIT License
91 stars 216 forks source link

Github Client Screts #35

Closed phyesix closed 4 months ago

phyesix commented 4 months ago

Keeping IDs and passwords on Github would be much better for security.

cecobask commented 4 months ago

Hi @phyesix!

The configuration file doesn’t contain any real secret data. All values in it are for illustrative purposes.

It would be a security issue if users started committing their credentials to GitHub, but that’s out of my control.

To avoid exposing any sensitive data, I’ve described how to configure the application on GitHub Actions.