Skip to content

The new cli changes the name of the key and secret #1190

@jr-marquez

Description

API_KEY_SA=$(echo "$OUTPUT" | jq -r ".key")

should be $(echo "$OUTPUT" | jq -r ".api_key")

API_SECRET_SA=$(echo "$OUTPUT" | jq -r ".secret")

should be $(echo "$OUTPUT" | jq -r ".api_secret")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions