We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589da52 commit 316cf0fCopy full SHA for 316cf0f
.github/workflows/helm_deploy.yaml
@@ -61,6 +61,6 @@ jobs:
61
--set building.stripe_api_key="${{ secrets.STRIPE_API_KEY }}" \
62
--set building.ninja_api_key="${{ secrets.NINJA_API_KEY }}" \
63
--set building.oidc_rp_client_id="${{ secrets.OIDC_RP_CLIENT_ID }}" \
64
- --set building.oidc_rp_client_secret="${{ secrets.OIDC_RP_CLIENT_SECRET }}"
+ --set building.oidc_rp_client_secret="${{ secrets.OIDC_RP_CLIENT_SECRET }}" \
65
--set building.google_sheet_csv_url="${{ secrets.GOOGLE_SHEET_CSV_URL }}"
66
0 commit comments