Merge pull request '.gitea/workflows/cargo-publish.yaml aktualisiert' () from plexsheep-patch-1 into master

Reviewed-on: 
This commit is contained in:
Christoph J. Scherr 2024-01-17 01:45:57 +01:00
commit 166b6285a9
1 changed files with 1 additions and 2 deletions
.gitea/workflows

View File

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