-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend Ruby workflows to allow setting of Github token
This allows workflows which call these 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
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters