Skip to content

Commit

Permalink
tmp removal of envvars
Browse files Browse the repository at this point in the history
  • Loading branch information
lukqw committed Jul 12, 2024
1 parent b299a7f commit a435a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ephemeral/startup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
# TODO: make preview name configurable!
previewName=preview-$prId
response=$(curl -X POST -d "{'env_vars': {'auto_load_pod': '${AUTO_LOAD_POD:-${{ inputs.auto-load-pod }}}', 'extension_auto_install': '${EXTENSION_AUTO_INSTALL:-${{ inputs.extension-auto-install }}}'}, 'instance_name': '${previewName}'}" \
response=$(curl -X POST -d "{'instance_name': '${previewName}'}" \
-H "ls-api-key: ${LOCALSTACK_API_KEY:-${{ inputs.localstack-api-key }}}" \
-H "content-type: application/json" \
https://api.staging.aws.localstack.cloud/v1/compute/instances)
Expand Down

0 comments on commit a435a43

Please sign in to comment.