Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend Rubocop workflow to allow setting of Github token
This allows workflows which call this reusable workflow to optionally set a `BUNDLER_GITHUB_TOKEN` secret. Setting a value for this token will set a `BUNDLE_GITHUB__COM` environment variable in the `setup-ruby` step. This env var is an authentication string which Bundler will use when attempting to install gems from private repositories on Github. Note: omitting this secret when calling the workflow has no effect on installing gems from Rubygems, or public gems from Github. It only takes effect when installing gems from a private Github repo.
- Loading branch information