.gitea/workflows/cargo-publish.yaml aktualisiert #39

Merged
PlexSheep merged 1 commits from plexsheep-patch-1 into master 2024-01-17 01:45:58 +01:00
1 changed files with 1 additions and 2 deletions

View File

@ -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 "sparse+https://git.cscherr.de/api/packages/PlexSheep/cargo/" args: --index "sparse+https://git.cscherr.de/api/packages/PlexSheep/cargo/" --token ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
# - 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 }}