Skip to content

Commit 30501ce

Browse files
authored
Add secrets for transcription service to deployment workflow (#1714)
1 parent 5970a76 commit 30501ce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy-backend-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
args: deploy --force --only firestore,functions,storage
2828
env:
2929
GCP_SA_KEY: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}
30+
ASSEMBLY_API_KEY: ${{ secrets.ASSEMBLY_API_KEY }}
3031
PROJECT_ID: digital-testimony-dev

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ jobs:
2121
args: deploy --force --only firestore,functions,storage
2222
env:
2323
GCP_SA_KEY: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}
24+
ASSEMBLY_API_KEY: ${{ secrets.ASSEMBLY_API_KEY }}
2425
PROJECT_ID: digital-testimony-prod

0 commit comments

Comments
 (0)