github_exporter
github_exporter copied to clipboard
Docker secrets
Can I use Docker secrets to supply the GITHUB_TOKEN? Right now, I have to put the github PAT directly into my docker-compose.yml file.
I'd rather have the option to supply the token through an environment variable that points to a file (GITHUB_TOKEN_FILE for example). Then I could use the Docker secrets to add the token.