Aman-Mittal commented on code in PR #5799:
URL: https://github.com/apache/fineract/pull/5799#discussion_r3132130430


##########
.github/workflows/build-progressive-loan.yml:
##########
@@ -0,0 +1,102 @@
+name: Fineract Progressive Loan build
+
+on:
+  workflow_call:
+
+permissions:
+  contents: read
+
+jobs:
+  build-progressive-loan:
+    runs-on: ubuntu-24.04
+    timeout-minutes: 60
+
+    env:
+      TZ: Asia/Kolkata
+      DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

Review Comment:
   This should needs to be discussed in the devlist. Please correct me if 
DEVELOCITY_ACCESS_KEY is repo specific or 



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