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