diff options
| author | Mike McQuaid | 2017-11-05 20:30:52 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2017-11-07 07:54:34 +0000 |
| commit | 3f8f2c672632d74c188adab5d7fdc879ef0c008a (patch) | |
| tree | 2f74ea4532b042b108f5bfcb0e254ddd78eb20d5 /bin | |
| parent | 2ad17993086af7ceb20123a8ca26e7f84c2311d6 (diff) | |
| download | brew-3f8f2c672632d74c188adab5d7fdc879ef0c008a.tar.bz2 | |
bump-formula-pr: use GitHub vars under env filter.
Ensure that the various variables are passed through and reset
correctly. If we end up doing this in a bunch of places we may add some
helpers to simplify this.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -47,7 +47,8 @@ HOMEBREW_LIBRARY="$HOMEBREW_REPOSITORY/Library" # Whitelist and copy to HOMEBREW_* all variables previously mentioned in # manpage or used elsewhere by Homebrew. for VAR in AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY BINTRAY_USER BINTRAY_KEY \ - BROWSER EDITOR GIT PATH VISUAL + BROWSER EDITOR GIT PATH VISUAL \ + GITHUB_USER GITHUB_PASSWORD GITHUB_TOKEN do # Skip if variable value is empty. [[ -z "${!VAR}" ]] && continue |
