autocrate/.autocrate.yaml

31 lines
498 B
YAML
Raw 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:
2024-04-26 08:54:23 +02:00
github:
type: github
repository: autocrate
auth:
2024-04-26 15:57:24 +02:00
user: plexsheep
2024-04-26 08:54:23 +02:00
pass:
!env TOKEN_GH
2024-04-26 15:57:24 +02:00
# cscherr:
# type: forgejo
# endpoint: https://git.cscherr.de
# repository: autocrate
# auth:
# user: PlexSheep
# pass:
# !env TOKEN_CSCHERR