Skip to content

Commit 27a6600

Browse files
claudevdmVardhanThigle
authored andcommitted
Add AlloyDB password to Xlang GCP and Direct Postcommit workflows. (apache#33933)
1 parent a7d66b8 commit 27a6600

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Dataflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ env:
4747
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
4848
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
4949
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}
50+
ALLOYDB_PASSWORD: ${{ secrets.ALLOYDB_PASSWORD }}
5051

5152
jobs:
5253
beam_PostCommit_Python_Xlang_Gcp_Dataflow:

.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Direct.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ env:
4747
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
4848
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
4949
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}
50+
ALLOYDB_PASSWORD: ${{ secrets.ALLOYDB_PASSWORD }}
5051

5152
jobs:
5253
beam_PostCommit_Python_Xlang_Gcp_Direct:

0 commit comments

Comments
 (0)