Skip to content

Commit a5db30b

Browse files
authored
add correct headers for previews (#8)
Co-authored-by: lukqw <lukqw@users.noreply.github.com>
1 parent 3b9e6cc commit a5db30b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

preview/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ runs:
3535
previewName=preview-$prId
3636
3737
response=$(curl -X POST -d '{}' \
38+
-H 'ls-api-key: ${{ inputs.localstack-api-key }}' \
3839
-H 'authorization: token ${{ inputs.localstack-api-key }}' \
3940
-H 'content-type: application/json' \
4041
https://api.localstack.cloud/v1/previews/$previewName)

0 commit comments

Comments
 (0)