From 8c4a7359fb43425895844a89ef027c55da5c6212 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sat, 21 Feb 2026 13:38:01 +0000 Subject: [PATCH] missing secxrets --- .github/workflows/stripe-to-invoice.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stripe-to-invoice.yml b/.github/workflows/stripe-to-invoice.yml index e66f639..dc659d0 100644 --- a/.github/workflows/stripe-to-invoice.yml +++ b/.github/workflows/stripe-to-invoice.yml @@ -206,6 +206,8 @@ jobs: XERO_CLIENT_SECRET \ XERO_REDIRECT_URI \ AWS_REGION \ + AWS_ACCESS_KEY_ID \ + AWS_SECRET_ACCESS_KEY \ STRIPE_WEBHOOK_SECRET \ SES_FROM_EMAIL \ STRIPE_BILLING_SECRET_KEY \