From 2bfc4747e75206f263a525fcd9449055da8607fb Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Wed, 17 Jan 2024 01:45:46 +0100 Subject: [PATCH] .gitea/workflows/cargo-publish.yaml aktualisiert --- .gitea/workflows/cargo-publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/cargo-publish.yaml b/.gitea/workflows/cargo-publish.yaml index d59099f..827c9a3 100644 --- a/.gitea/workflows/cargo-publish.yaml +++ b/.gitea/workflows/cargo-publish.yaml @@ -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 }} -- 2.40.1