generated from PlexSheep/baserepo
"fix CI"
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled
Details
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled
Details
This commit is contained in:
parent
808c4fc193
commit
2f997b0d8f
|
@ -22,9 +22,10 @@ jobs:
|
||||||
[registries.cscherr]
|
[registries.cscherr]
|
||||||
index = "sparse+https://git.cscherr.de/api/packages/PlexSheep/cargo/"
|
index = "sparse+https://git.cscherr.de/api/packages/PlexSheep/cargo/"
|
||||||
' > ~/.cargo/config.toml
|
' > ~/.cargo/config.toml
|
||||||
|
cat ~/.cargo/config.toml
|
||||||
- uses: katyo/publish-crates@v2
|
- uses: katyo/publish-crates@v2
|
||||||
with:
|
with:
|
||||||
args: --registry cscherr --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
args: --registry cscherr --token ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
|
||||||
#- uses: katyo/publish-crates@v2
|
#- uses: katyo/publish-crates@v2
|
||||||
# with:
|
# with:
|
||||||
# args: --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
# args: --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||||
|
|
Reference in New Issue