You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/actors/development/programming_interface/environment_variables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Here's a table of key system environment variables:
52
52
|`APIFY_WORKFLOW_KEY`| Identifier used for grouping related runs and API calls together. |
53
53
|`APIFY_META_ORIGIN`| Specifies how an Actor run was started. Possible values are [here](/platform/actors/running/runs-and-builds#origin)|
54
54
|`APIFY_SDK_LATEST_VERSION`| Specifies the most recent release version of the Apify SDK for Javascript. Used for checking for updates. |
55
-
|`APIFY_INPUT_SECRETS_KEY_FILE`| Path to the secret key used to decryt[Secret inputs](/platform/actors/development/actor-definition/input-schema/secret-input). |
55
+
|`APIFY_INPUT_SECRETS_KEY_FILE`| Path to the secret key used to decrypt[Secret inputs](/platform/actors/development/actor-definition/input-schema/secret-input). |
56
56
|`APIFY_INPUT_SECRETS_KEY_PASSPHRASE`| Passphrase for the input secret key specified in `APIFY_INPUT_SECRETS_KEY_FILE`. |
0 commit comments