Skip to content

Commit

Permalink
fix dupe env var declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
brianfeister committed Jan 9, 2025
1 parent 8200fa5 commit 721d77a
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 721d77a

Please sign in to comment.