generated from PlexSheep/baserepo
Merge pull request '.gitea/workflows/cargo-publish.yaml aktualisiert' (#40) from plexsheep-patch-1 into master
Some checks failed
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 1m59s
Some checks failed
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 1m59s
Reviewed-on: #40
This commit is contained in:
commit
9ed5513783
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 "https://git.cscherr.de/PlexSheep/_cargo-index.git"
|
||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||
# - uses: katyo/publish-crates@v2
|
||||
# with:
|
||||
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||
|
|
Reference in a new issue