Skip to content

Commit 6cc98ee

Browse files
authored
Add alloydb password secret to Python postcommit test workflow. (#33927)
1 parent f03e0c0 commit 6cc98ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/beam_PostCommit_Python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ env:
4949
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
5050
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
5151
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}
52+
ALLOYDB_PASSWORD: ${{ secrets.ALLOYDB_PASSWORD }}
5253

5354
jobs:
5455
beam_PostCommit_Python:

0 commit comments

Comments
 (0)