generated from PlexSheep/baserepo
CI move token around
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled
Details
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled
Details
This commit is contained in:
parent
b111619f17
commit
efc7ea9214
|
@ -24,8 +24,7 @@ jobs:
|
|||
' > ~/.cargo/config.toml
|
||||
- uses: katyo/publish-crates@v2
|
||||
with:
|
||||
args: --registry cscherr
|
||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||
# - uses: katyo/publish-crates@v2
|
||||
# with:
|
||||
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||
args: --registry cscherr --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||
#- uses: katyo/publish-crates@v2
|
||||
# with:
|
||||
# args: --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||
|
|
Reference in New Issue