Skip to content

Commit 9ec0b3a

Browse files
Add missing env variables to builder frontend workflow
1 parent 88a57fb commit 9ec0b3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-builder-frontend.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- GH_actions_deploy_pipeline
77

8+
env:
9+
PROJECT_ID: 'benefit-decision-toolkit-play'
10+
WORKLOAD_IDENTITY_PROVIDER: 'projects/1034049717668/locations/global/workloadIdentityPools/github-actions-google-cloud/providers/github'
11+
812
jobs:
913
build-and-deploy:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)