Skip to content

Commit

Permalink
Add alloydb password secret to Python postcommit test workflow. (#33927)
Browse files Browse the repository at this point in the history
  • Loading branch information
claudevdm authored Feb 10, 2025
1 parent f03e0c0 commit 6cc98ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/beam_PostCommit_Python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,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_PostCommit_Python:
Expand Down

0 comments on commit 6cc98ee

Please sign in to comment.