ansible-github_actions_runner
ansible-github_actions_runner copied to clipboard
feature: use environment variables instead of `--token`
Summary
As part of testing my fix for #238 I found that the runner is able to accept some parameters via environment variables rather than CLI arguments, which should reduce the risk when enabling the logs for troubleshooting.
Issue Type
Feature Idea