Skip to content

Commit 316cf0f

Browse files
authored
Fix typo with var in helm_deploy.yaml (#117)
1 parent 589da52 commit 316cf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
--set building.stripe_api_key="${{ secrets.STRIPE_API_KEY }}" \
6262
--set building.ninja_api_key="${{ secrets.NINJA_API_KEY }}" \
6363
--set building.oidc_rp_client_id="${{ secrets.OIDC_RP_CLIENT_ID }}" \
64-
--set building.oidc_rp_client_secret="${{ secrets.OIDC_RP_CLIENT_SECRET }}"
64+
--set building.oidc_rp_client_secret="${{ secrets.OIDC_RP_CLIENT_SECRET }}" \
6565
--set building.google_sheet_csv_url="${{ secrets.GOOGLE_SHEET_CSV_URL }}"
6666

0 commit comments

Comments
 (0)