pytest-github icon indicating copy to clipboard operation
pytest-github copied to clipboard

Config should be in a dotfile

Open jayvdb opened this issue 8 years ago • 1 comments

It isnt a good idea to pit tokens in a project directory, and in this case the config file would be identical for all projects. So by default it should be stored in a file like ~/.github.yml

jayvdb avatar Jan 17 '17 09:01 jayvdb

@jayvdb fair point. In the meantime, you're welcome to override the location of the config file (we actually do this locally) by passing the --github-cfg parameter.

jlaska avatar Jan 17 '17 14:01 jlaska