.gitea/workflows/cargo-publish.yaml aktualisiert

This commit is contained in:
Christoph J. Scherr 2024-01-17 01:50:09 +01:00
parent 166b6285a9
commit 26aa5a8c35
1 changed files with 2 additions and 1 deletions

View File

@ -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 }}