From 26aa5a8c35fe839bdd97eb0e9522607bbc61d0b7 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Wed, 17 Jan 2024 01:50:09 +0100 Subject: [PATCH] .gitea/workflows/cargo-publish.yaml aktualisiert --- .gitea/workflows/cargo-publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/cargo-publish.yaml b/.gitea/workflows/cargo-publish.yaml index 827c9a3..0380d71 100644 --- a/.gitea/workflows/cargo-publish.yaml +++ b/.gitea/workflows/cargo-publish.yaml @@ -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 }}