volatilemolotov commented on PR #27015:
URL: https://github.com/apache/beam/pull/27015#issuecomment-1683869836

   Im a bit confused with `GRADLE_ENTERPRISE_ACCESS_KEY` vs `GE_CACHE_USERNAME 
/ GE_CACHE_PASSWORD`. Which is used when?
   
   Looking at the code this PR brings all one should do is to provide the 
environment with the username and password like so
   ```
   env: 
     GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
     GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}
   ```
   Is that correct?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to