Skip to content

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

@jr-marquez

Description

@jr-marquez

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions