From e75f072cb08def89926fc9b62c8dc48bd7344419 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 25 Jan 2024 22:43:59 +0100 Subject: [PATCH] link to own .autocrate.yaml --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5ea9159..7a8aab1 100644 --- a/README.md +++ b/README.md @@ -93,24 +93,28 @@ uses: publish: true # tokens are loaded from ~/.cargo/config.toml registries: - - crates.io - - example.com + - default + - cscherr api: github: type: github endpoint: https://github.com auth: - user: myUserName + user: PlexSheep pass: token_superimportantsecret - myserv: + cscherr: type: gitea - endpoint: https://git.example.com + endpoint: https://git.cscherr.de auth: - user: myUserName - pass: importantsecrettoken + user: PlexSheep + pass: Bearer importantsecrettoken ``` +After Autocrate has been bootstrapped, you it will be released and published +with itself, so you can take a look at this repositories +[`.autocrate.yaml`](./.autocrate.yaml). + ## Using Autocrate TBD