generated from PlexSheep/rs-base
link to own .autocrate.yaml
cargo devel CI / cargo CI (push) Successful in 2m0s
Details
cargo devel CI / cargo CI (push) Successful in 2m0s
Details
This commit is contained in:
parent
28343a98f3
commit
e75f072cb0
18
README.md
18
README.md
|
@ -93,24 +93,28 @@ uses:
|
||||||
publish: true
|
publish: true
|
||||||
# tokens are loaded from ~/.cargo/config.toml
|
# tokens are loaded from ~/.cargo/config.toml
|
||||||
registries:
|
registries:
|
||||||
- crates.io
|
- default
|
||||||
- example.com
|
- cscherr
|
||||||
|
|
||||||
api:
|
api:
|
||||||
github:
|
github:
|
||||||
type: github
|
type: github
|
||||||
endpoint: https://github.com
|
endpoint: https://github.com
|
||||||
auth:
|
auth:
|
||||||
user: myUserName
|
user: PlexSheep
|
||||||
pass: token_superimportantsecret
|
pass: token_superimportantsecret
|
||||||
myserv:
|
cscherr:
|
||||||
type: gitea
|
type: gitea
|
||||||
endpoint: https://git.example.com
|
endpoint: https://git.cscherr.de
|
||||||
auth:
|
auth:
|
||||||
user: myUserName
|
user: PlexSheep
|
||||||
pass: importantsecrettoken
|
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
|
## Using Autocrate
|
||||||
|
|
||||||
TBD
|
TBD
|
||||||
|
|
Loading…
Reference in New Issue