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

damccorm pushed a commit to branch users/damccorm/alloy_pwd
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 5d368b684686bb927881ecae0797d97f4e97199a
Author: Danny McCormick <[email protected]>
AuthorDate: Fri Sep 5 08:55:23 2025 -0400

    Add ALLOYDB_PASSWORD to Examples and Coverage workflow
---
 .github/workflows/beam_PreCommit_Python_Examples.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/beam_PreCommit_Python_Examples.yml 
b/.github/workflows/beam_PreCommit_Python_Examples.yml
index c76d140eade..68acb72e0d6 100644
--- a/.github/workflows/beam_PreCommit_Python_Examples.yml
+++ b/.github/workflows/beam_PreCommit_Python_Examples.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_Examples:
@@ -110,4 +111,4 @@ jobs:
           commit: '${{ env.prsha || env.GITHUB_SHA }}'
           comment_mode: ${{ github.event_name == 'issue_comment'  && 'always' 
|| 'off' }}
           files: '**/pytest*.xml'
-          large_files: true
\ No newline at end of file
+          large_files: true

Reply via email to