generated from PlexSheep/baserepo
Compare commits
9 commits
f2af0bc323
...
861f84b1c2
Author | SHA1 | Date | |
---|---|---|---|
861f84b1c2 | |||
9ed5513783 | |||
26aa5a8c35 | |||
166b6285a9 | |||
2bfc4747e7 | |||
68e9ffcf70 | |||
6e205b1707 | |||
310945bf0b | |||
5488f851f9 |
1 changed files with 11 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Reference in a new issue