We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9e6cc commit a5db30bCopy full SHA for a5db30b
preview/action.yml
@@ -35,6 +35,7 @@ runs:
35
previewName=preview-$prId
36
37
response=$(curl -X POST -d '{}' \
38
+ -H 'ls-api-key: ${{ inputs.localstack-api-key }}' \
39
-H 'authorization: token ${{ inputs.localstack-api-key }}' \
40
-H 'content-type: application/json' \
41
https://api.localstack.cloud/v1/previews/$previewName)
0 commit comments