Skip to content

Commit

Permalink
Merge pull request #265 from meetnearme/fix/cloudflare-kv-env-vars-3
Browse files Browse the repository at this point in the history
[fix] dupe env var declaration
  • Loading branch information
brianfeister authored Jan 9, 2025
2 parents 2b05602 + c7cbf79 commit 6ea4dec
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/actions/set_aws_creds_env_vars/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ inputs:
CLOUDFLARE_API_BASE_URL:
description: 'The base URL for the Cloudflare API'
required: true
CLOUDFLARE_MNM_SUBDOMAIN_KV_NAMESPACE:
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 Cloudflare KV Storage'
required: true
MARQO_API_KEY:
description: 'The API key for the Marqo API'
required: true
Expand Down Expand Up @@ -86,15 +92,6 @@ inputs:
PROD_STRIPE_CHECKOUT_WEBHOOK_SECRET:
description: 'Stripe (prod) checkout webhook signing secret'
required: true
CLOUDFLARE_API_BASE_URL:
description: 'The base URL for the Cloudflare API'
required: true
CLOUDFLARE_MNM_SUBDOMAIN_KV_NAMESPACE:
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 Cloudflare KV Storage'
required: true

runs:
using: composite
Expand Down

0 comments on commit 6ea4dec

Please sign in to comment.