generated from PlexSheep/rs-base
31 lines
498 B
YAML
31 lines
498 B
YAML
version:
|
|
!cargo
|
|
changelog:
|
|
enable: true
|
|
git-log: true
|
|
|
|
uses:
|
|
cargo:
|
|
publish: true
|
|
# tokens are loaded from ~/.cargo/config.toml
|
|
registries:
|
|
- crates.io
|
|
- cscherr
|
|
|
|
api:
|
|
github:
|
|
type: github
|
|
repository: autocrate
|
|
auth:
|
|
user: plexsheep
|
|
pass:
|
|
!env TOKEN_GH
|
|
# cscherr:
|
|
# type: forgejo
|
|
# endpoint: https://git.cscherr.de
|
|
# repository: autocrate
|
|
# auth:
|
|
# user: PlexSheep
|
|
# pass:
|
|
# !env TOKEN_CSCHERR
|