autocrate/.autocrate.yaml

26 lines
442 B
YAML

changelog:
enable: true
git_log: true
uses:
cargo:
publish: true
# tokens are loaded from ~/.cargo/config.toml
registries:
- crates.io
- example.com
api:
github:
type: github
endpoint: https://github.com
auth:
user: myUserName
pass: token_superimportantsecret
myserv:
type: gitea
endpoint: https://git.example.com
auth:
user: myUserName
pass: importantsecrettoken