generated from PlexSheep/baserepo
Merge pull request '.gitea/workflows/cargo-publish.yaml aktualisiert' (#39) from plexsheep-patch-1 into master
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 1m55s
Details
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 1m55s
Details
Reviewed-on: #39
This commit is contained in:
commit
166b6285a9
|
@ -16,8 +16,7 @@ jobs:
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
- uses: katyo/publish-crates@v2
|
- uses: katyo/publish-crates@v2
|
||||||
with:
|
with:
|
||||||
args: --index "sparse+https://git.cscherr.de/api/packages/PlexSheep/cargo/"
|
args: --index "sparse+https://git.cscherr.de/api/packages/PlexSheep/cargo/" --token ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
|
||||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
|
|
||||||
# - uses: katyo/publish-crates@v2
|
# - uses: katyo/publish-crates@v2
|
||||||
# with:
|
# with:
|
||||||
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||||
|
|
Reference in New Issue