generated from PlexSheep/baserepo
Compare commits
No commits in common. "16879b913feac607a58d722feb656c1c1a665d1d" and "fb3cc7a36d821a26be145d333085608002f28b9f" have entirely different histories.
16879b913f
...
fb3cc7a36d
1 changed files with 1 additions and 2 deletions
|
@ -22,10 +22,9 @@ 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_CSCHERRDE }}
|
args: --registry cscherr --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||||
#- 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 a new issue