-
-
Notifications
You must be signed in to change notification settings - Fork 9
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"
}
}