Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(brew): Pass access token to Homebrew job (#5862)
**Summary** Homebrew changed how their `brew bump-formula-pr` script works, and it now requires a GitHub access token to be set as an environment variable instead of reusing the access token configured for "Hub" (https://hub.github.com/) This updates the Jenkins job to pass a credential (the access token) to the script as an environment variable. Closes #5861 **Test plan** Make sure we can update formulas on Homebrew after the change.
- Loading branch information