From 680afa230be2819138eb4d307eea31026c0a109f Mon Sep 17 00:00:00 2001 From: Bence Kubik <40164469+bitce@users.noreply.github.com> Date: Mon, 10 May 2021 14:30:17 +0200 Subject: [PATCH] Update description to explain expected filename structure (#104) * Update description to explain expected filename structure --- step.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/step.yml b/step.yml index f973e0d..d7b212d 100644 --- a/step.yml +++ b/step.yml @@ -96,7 +96,8 @@ inputs: description: |- Specify the path in an URL format where your API key is stored. - For example: `https://URL/TO/AuthKey_something.p8` or `file:///PATH/TO/AuthKey_something.p8`. + For example: `https://URL/TO/AuthKey_[KEY_ID].p8` or `file:///PATH/TO/AuthKey_[KEY_ID].p8`. + **NOTE:** The Step will only recognize the API key if the filename includes the `KEY_ID` value as shown on the examples above. You can upload your key on the **Generic File Storage** tab in the Workflow Editor and set the Environment Variable for the file here.