Skip to content

Commit

Permalink
Remove --external-repository-token option from runner
Browse files Browse the repository at this point in the history
Specifying a token as a cli input leads to a potential for leaking the
token on CI logs. This commit removes the option. Instead, users
should specify a single GitHub token through `--github-auth-stdin` or
by setting the `GITHUB_TOKEN` environment variable. This token should be
created with enough privileges to access the required repository.
  • Loading branch information
aeisenberg committed Feb 16, 2021
1 parent 88714e3 commit 58defc0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions lib/runner.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 58defc0

Please sign in to comment.