Skip to content

Commit

Permalink
Update description to explain expected filename structure (#104)
Browse files Browse the repository at this point in the history
* Update description to explain expected filename structure
  • Loading branch information
bitce authored May 10, 2021
1 parent 553c6ef commit 680afa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 680afa2

Please sign in to comment.