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