fireant-bot / fireant

Fireant is a Dependabot-like service (tailored to Apache Ant + Ivy projects) which creates pull requests to keep your dependencies secure and up-to-date.
https://github.com/fireant-bot/fireant
Apache License 2.0
1 stars 1 forks source link

Use environment variables on Jenkins for sensitive fireant config values and credentials #53

Closed jamie-meyer closed 3 years ago

jamie-meyer commented 3 years ago

Jenkins should set certain environment variables: GITHUB_USERNAME, GITHUB_PASSWORD, GITHUB_EMAIL, and REQUIRES_IO_TOKEN.

Code should also be changed to reflect pull these values from environment variables instead of hard-coding them into the application.