Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] [fix] add missing cloudflare env vars #263

Merged
merged 9 commits into from
Jan 9, 2025
Prev Previous commit
Next Next commit
remove unescaped single quotes
  • Loading branch information
brianfeister committed Jan 9, 2025

Verified

This commit was signed with the committer’s verified signature.
yuetloo yuetloo
commit dc128ab9471b846e44de12d3030a34e05d50fb38
4 changes: 2 additions & 2 deletions .github/actions/set_aws_creds_env_vars/action.yml
Original file line number Diff line number Diff line change
@@ -87,10 +87,10 @@ inputs:
description: 'Stripe (prod) checkout webhook signing secret'
required: true
CLOUDFLARE_MNM_SUBDOMAIN_KV_NAMESPACE:
description: 'The Namespace key for the project's Cloudflare KV Storage'
description: 'The Namespace key for the project Cloudflare KV Storage'
required: true
CLOUDFLARE_MNM_SUBDOMAIN_KV_NAMESPACE_ID:
description: 'The Namespace ID for the project's Cloudflare KV Storage'
description: 'The Namespace ID for the project Cloudflare KV Storage'
required: true

runs:
Loading