2024-01-27 23:26:49 +01:00
|
|
|
---
|
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
|
|
|
|
endpoint: https://github.com
|
|
|
|
auth:
|
2024-02-24 13:24:14 +01:00
|
|
|
user: PlexSheep
|
|
|
|
pass:
|
|
|
|
env: TOKEN_GH
|
|
|
|
cscherr:
|
|
|
|
type: forgejo
|
2024-01-27 23:26:49 +01:00
|
|
|
endpoint: https://git.cscherr.de
|
2024-01-24 23:04:01 +01:00
|
|
|
auth:
|
2024-02-24 13:24:14 +01:00
|
|
|
user: PlexSheep
|
|
|
|
pass:
|
|
|
|
env: TOKEN_CSCHERR
|