This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 40059d776b6 workflows: add `ALLOYDB_PASSWORD` env to py transform 
(#35534)
40059d776b6 is described below

commit 40059d776b644cef45619f3091c29bfb03970502
Author: Mohamed Awnallah <[email protected]>
AuthorDate: Tue Jul 8 17:42:56 2025 +0300

    workflows: add `ALLOYDB_PASSWORD` env to py transform (#35534)
---
 .github/workflows/beam_PreCommit_Python_Transforms.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/beam_PreCommit_Python_Transforms.yml 
b/.github/workflows/beam_PreCommit_Python_Transforms.yml
index 1a16e9b6175..8753777057c 100644
--- a/.github/workflows/beam_PreCommit_Python_Transforms.yml
+++ b/.github/workflows/beam_PreCommit_Python_Transforms.yml
@@ -53,6 +53,7 @@ env:
   DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
   GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
   GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}
+  ALLOYDB_PASSWORD: ${{ secrets.ALLOYDB_PASSWORD }}
 
 jobs:
   beam_PreCommit_Python_Transforms:

Reply via email to