yeslayla / butler-publish-itchio-action

GitHub action that publishes releases to Itch.io using Butler
https://github.com/josephbmanley/butler-publish-itchio-action
GNU General Public License v3.0
113 stars 21 forks source link

Store Butler credentials in env-var #3

Closed skarnl closed 4 years ago

skarnl commented 4 years ago

The documentation of Butler (and a runtime warning notification) suggested to put the api-key in an environment var.

Since the BUTLER_CREDENTIALS is already an environment var, it would be more logic to rename that param - but that would cause a breaking change. So therefor I opted to just export the key as a new env-var 😁

yeslayla commented 4 years ago

Makes sense to me, thanks for the change!