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