From 5d368b684686bb927881ecae0797d97f4e97199a Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 5 Sep 2025 08:55:23 -0400 Subject: [PATCH 1/2] 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 c76d140eadeb..68acb72e0d61 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 From bf6dfd9c2b555ed253352790f7951cdd566858f7 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 5 Sep 2025 08:56:45 -0400 Subject: [PATCH 2/2] Update beam_PreCommit_Python_Coverage.yml --- .github/workflows/beam_PreCommit_Python_Coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/beam_PreCommit_Python_Coverage.yml b/.github/workflows/beam_PreCommit_Python_Coverage.yml index 3da51a2eceda..6e288ceb5f51 100644 --- a/.github/workflows/beam_PreCommit_Python_Coverage.yml +++ b/.github/workflows/beam_PreCommit_Python_Coverage.yml @@ -54,6 +54,7 @@ env: GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }} GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }} HF_INFERENCE_TOKEN: ${{ secrets.HF_INFERENCE_TOKEN }} + ALLOYDB_PASSWORD: ${{ secrets.ALLOYDB_PASSWORD }} jobs: