Skip to content

Commit

Permalink
Correct source of env var on Concourse
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Feb 26, 2024
1 parent 7f4393f commit a1719f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The username and password environment variables should be set using `${bamboo.gr

#### Concourse

The username and password environment variables should be set using `((gradle_enterprise_cache_user.username))` and `((gradle_enterprise_cache_user.password))` from CredHub respectively.
The username and password environment variables should be set using `((gradle_enterprise_cache_user.username))` and `((gradle_enterprise_cache_user.password))` from Vault respectively.

#### GitHub Actions

Expand Down

0 comments on commit a1719f1

Please sign in to comment.