Skip to content

Commit c24255c

Browse files
committed
rename env var
1 parent 6ae8a39 commit c24255c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const defaults = {
5454

5555
export const ACTOR_ADDITIONAL_INSTRUCTIONS = 'Never call/execute tool/Actor unless confirmed by the user.';
5656
export const SKYFIRE_MIN_CHARGE_USD = 0.005;
57-
export const { SKYFIRE_SELLER_ID } = process.env;
57+
export const SKYFIRE_SELLER_ID = process.env.SKYFIRE_SELLER_SERVICE_ID;
5858

5959
export const SKYFIRE_TOOL_INSTRUCTIONS = `To run the Actor, you need to provide a Skyfire payment ID in the \`skyfire-pay-id\` input property. You first need to create the Skyfire PAY token by calling the \`create-pay-token\` tool from the Skyfire MCP server and then provide the created token in the \`skyfire-pay-id\` input property when calling Actor tool. The Skyfire PAY token is used for billing purposes and needs to be charged with at least ${SKYFIRE_MIN_CHARGE_USD} USD. The Skyfie seller ID for Apify MCP server is "${SKYFIRE_SELLER_ID}". When retrieving Actor output using the \`get-actor-output\` tool, you also need to provide the same Skyfire PAY token ID in the \`skyfire-pay-id\` input property.`;
6060

0 commit comments

Comments
 (0)