clayburn commented on PR #9167: URL: https://github.com/apache/cloudstack/pull/9167#issuecomment-2162913599
> have we (a) added the token secrets.GE_ACCESS_TOKEN to the repo GE_ACCESS_TOKEN is an org-wide secret for the GitHub Apache org, managed by ASF Infra. As such, it is available to the cloudstack repo (but not for builds originating from forks). > (b) does having this in the .mvn affect private builds who may not want to publish build related data to the central server? No, there are two scenarios here: * For community contributors - they will not be able to authenticate to ge.apache.org, so no data is published * For ASF committers - no data will be shared unless the committer explicitly opts-in by [provisioning an access key](https://docs.gradle.com/develocity/maven-extension/current/#authenticating) using ASF LDAP credentials. Otherwise, they will have unauthenticated builds, same as community contributors, so no build data will be published. -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org