generated from PlexSheep/baserepo
Compare commits
No commits in common. "9ed5513783a30bc7dca2a74bcd0b4247b8442a37" and "166b6285a9522bdf89e1ccbe1a72724db33c0fb0" have entirely different histories.
9ed5513783
...
166b6285a9
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ jobs:
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
- uses: katyo/publish-crates@v2
|
- uses: katyo/publish-crates@v2
|
||||||
with:
|
with:
|
||||||
args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git"
|
args: --index "sparse+https://git.cscherr.de/api/packages/PlexSheep/cargo/" --token ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
|
||||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
|
||||||
# - uses: katyo/publish-crates@v2
|
# - uses: katyo/publish-crates@v2
|
||||||
# with:
|
# with:
|
||||||
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||||
|
|
Reference in a new issue