Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tasks: Better protect user's GitHub token in run-local.sh
Always start with the dummy token in the initialization, as most tests don't need it at all, or even expect to run against the local container setup. This is particularly relevant for `test_mock_pr()`. There are only two places where we want the actual token: `test_pr()` and `--interactive` mode. Both of these already opt into the real token by updating `.config--github-token`.
- Loading branch information