link to own .autocrate.yaml
cargo devel CI / cargo CI (push) Successful in 2m0s Details

This commit is contained in:
Christoph J. Scherr 2024-01-25 22:43:59 +01:00
parent 28343a98f3
commit e75f072cb0
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 11 additions and 7 deletions

View File

@ -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