Compare commits

...

9 commits

Author SHA1 Message Date
861f84b1c2
this time for real
Some checks failed
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled
2024-01-17 01:56:44 +01:00
9ed5513783 Merge pull request '.gitea/workflows/cargo-publish.yaml aktualisiert' (#40) from plexsheep-patch-1 into master
Some checks failed
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 1m59s
Reviewed-on: #40
2024-01-17 01:50:21 +01:00
26aa5a8c35 .gitea/workflows/cargo-publish.yaml aktualisiert 2024-01-17 01:50:09 +01:00
166b6285a9 Merge pull request '.gitea/workflows/cargo-publish.yaml aktualisiert' (#39) from plexsheep-patch-1 into master
Some checks failed
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 1m55s
Reviewed-on: #39
2024-01-17 01:45:57 +01:00
2bfc4747e7 .gitea/workflows/cargo-publish.yaml aktualisiert 2024-01-17 01:45:46 +01:00
68e9ffcf70 Merge pull request 'fix publish ci' (#38) from plexsheep-patch-1 into master
Some checks failed
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 1m42s
Reviewed-on: #38
2024-01-17 01:41:26 +01:00
6e205b1707 fix publish ci 2024-01-17 01:41:11 +01:00
310945bf0b Merge pull request 'ci pipeline >:(' (#37) from devel into master
Some checks failed
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 1m40s
Reviewed-on: #37
2024-01-17 01:35:48 +01:00
5488f851f9 Merge pull request 'devel ci go' (#36) from devel into master
Some checks failed
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 2m29s
Reviewed-on: #36
2024-01-17 01:23:40 +01:00

View file

@ -14,10 +14,19 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: |
mkdir -p ~/.cargo/
echo -e '[registry]
cscherr= "cscherr"
[registries.cscherr]
index = "sparse+https://git.cscherr.de/api/packages/PlexSheep/cargo/"
' > ~/.cargo/config.toml
- uses: katyo/publish-crates@v2
with:
args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git"
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git" \
--registry cscherr
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
# - uses: katyo/publish-crates@v2
# with:
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}