From 604f46065122d5e30f7755e5055345a34d69f422 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sun, 18 Jan 2026 12:22:00 +0000 Subject: [PATCH] added secrets --- .github/workflows/stripe-to-invoice.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stripe-to-invoice.yml b/.github/workflows/stripe-to-invoice.yml index 6fda9ad..ac2fefc 100644 --- a/.github/workflows/stripe-to-invoice.yml +++ b/.github/workflows/stripe-to-invoice.yml @@ -134,7 +134,7 @@ jobs: export STRIPE_SECRET_KEY STRIPE_CLIENT_ID NAMESPACE - envsubst < stripe_to_invoice/deployment/stripe-secrets.yaml \ + envsubst < stripe_to_invoice/deployment/secrets/stripe-secrets.yaml \ | kubectl apply -f - # --------------------------------------------------