Skip to content

Accounts

ping edited this page Oct 18, 2023 · 2 revisions

Some recipes may require you to login.

Recipe accounts can be defined using a environment secret named accounts. The secret value is a json-serialised dict of recipe accounts like below:

{
  "example-recipe-slug": {
    "username": "example_username",
    "password": "example_password"
  }
}
Clone this wiki locally