clayburn commented on code in PR #10448:
URL: https://github.com/apache/nifi/pull/10448#discussion_r2451729297


##########
.mvn/develocity.xml:
##########
@@ -40,7 +40,8 @@
             <enabled>#{isFalse(env['GITHUB_ACTIONS'])}</enabled>
         </local>
         <remote>
-            <enabled>false</enabled>
+            <enabled>true</enabled>
+            <storeEnabled>#{isTrue(env['GITHUB_ACTIONS']) and 
isTrue(env['DEVELOCITY_ACCESS_KEY'])}</storeEnabled>

Review Comment:
   It would actually just be DEVELOCITY_ACCESS_KEY. The GitHub Actions secret 
is labeled NIFI_DEVELOCITY_ACCESS_KEY, but it is being mapped to a 
DEVELOCITY_ACCESS_KEY env var which is what is being detected here and [used by 
Develocity to 
authenticate](https://docs.gradle.com/develocity/maven-extension/current/#via_environment_variable).
 



-- 
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