mercari / tfnotify

A CLI command to parse Terraform execution result and notify it to GitHub
MIT License
619 stars 91 forks source link

Support custom GitHub token environment variable name #112

Closed KeisukeYamashita closed 2 years ago

KeisukeYamashita commented 2 years ago

WHAT

If the token with $ are configured, lookup the environment variable.

WHY

For https://github.com/mercari/tfnotify/issues/111. In current implementation, the tfnotify only supports GITHUB_TOKEN and users can't specify a environment variable of their own.

KeisukeYamashita commented 2 years ago

Thank you 💪