Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/actions/apiSmokeTest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ inputs:
url:
description: Overwrites URL in case the API cannot be reached through the internal URL (this is the case for our apigw APIs)
required: false
legacy-api-key:
description: |
Fallback API key value to use as `x-api-key` when serverless deploy output
doesn't include a `TempApiKey-…` line (e.g. when the stack has moved past
the legacy `apiGateway.apiKeys` config to a Lambda authorizer). Should be
passed as a secret. Auto-masked via `::add-mask::` regardless.
required: false
default: ""

runs:
using: node20
Expand Down
Loading
Loading