From 2f997b0d8f5fe920289dd2dc82134d29c0530026 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 17 Jan 2024 02:17:11 +0100 Subject: [PATCH] "fix CI" --- .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 6c3a0d3..de55a47 100644 --- a/.gitea/workflows/cargo-publish.yaml +++ b/.gitea/workflows/cargo-publish.yaml @@ -22,9 +22,10 @@ jobs: [registries.cscherr] index = "sparse+https://git.cscherr.de/api/packages/PlexSheep/cargo/" ' > ~/.cargo/config.toml + cat ~/.cargo/config.toml - uses: katyo/publish-crates@v2 with: - args: --registry cscherr --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }} + args: --registry cscherr --token ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }} #- uses: katyo/publish-crates@v2 # with: # args: --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}