generated from PlexSheep/baserepo
Compare commits
5 commits
85b444745c
...
fb3cc7a36d
Author | SHA1 | Date | |
---|---|---|---|
fb3cc7a36d | |||
808c4fc193 | |||
efc7ea9214 | |||
b111619f17 | |||
47b8e580ab |
2 changed files with 6 additions and 6 deletions
|
@ -24,8 +24,7 @@ jobs:
|
||||||
' > ~/.cargo/config.toml
|
' > ~/.cargo/config.toml
|
||||||
- uses: katyo/publish-crates@v2
|
- uses: katyo/publish-crates@v2
|
||||||
with:
|
with:
|
||||||
args: --registry cscherr
|
args: --registry cscherr --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||||
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 }}
|
# args: --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||||
|
|
|
@ -2,7 +2,8 @@ name: Cargo Check, Format, Fix and Test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- devel
|
- '**'
|
||||||
|
- '!master'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
||||||
|
|
Reference in a new issue