autocrate/.autocrate.yaml

31 lines
482 B
YAML
Raw Permalink Normal View History

version:
!cargo
2024-01-24 23:04:01 +01:00
changelog:
enable: true
2024-01-25 22:35:40 +01:00
git-log: true
2024-01-24 23:04:01 +01:00
uses:
cargo:
publish: true
2024-01-27 23:26:49 +01:00
# tokens are loaded from ~/.cargo/config.toml
2024-01-24 23:04:01 +01:00
registries:
2024-01-27 23:26:49 +01:00
- crates.io
- cscherr
2024-01-24 23:04:01 +01:00
api:
github:
type: github
repository: autocrate
auth:
user: PlexSheep
pass:
!env TOKEN_GH
2024-02-24 13:24:14 +01:00
cscherr:
type: forgejo
2024-01-27 23:26:49 +01:00
endpoint: https://git.cscherr.de
repository: autocrate
2024-01-24 23:04:01 +01:00
auth:
2024-02-24 13:24:14 +01:00
user: PlexSheep
pass:
2024-04-25 14:33:48 +02:00
!env TOKEN_CSCHERR