clayburn commented on PR #27015: URL: https://github.com/apache/beam/pull/27015#issuecomment-1668086434
> Hey @clayburn what do we need to do to make this work with GitHub Actions? Something like set up a secret for Actions to read? We would need to: - Authenticate GitHub Actions builds to Gradle Enterprise. To do this, we just need to make the access key available to your builds as the `GRADLE_ENTERPRISE_ACCESS_KEY` env var, like [this](https://github.com/apache/openwhisk/blob/master/.github/workflows/1-unit.yaml#L55). This is an organizational secret that your build could already access. - Add your cache credentials as secrets to this project and make them available as `GRADLE_ENTERPRISE_CACHE_USERNAME` and `GRADLE_ENTERPRISE_CACHE_PASSWORD` env vars Let me check with the folks we work with on the infra team about setting up those secrets. -- 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]
