CI move token around
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled Details

This commit is contained in:
Christoph J. Scherr 2024-01-17 02:12:44 +01:00
parent b111619f17
commit efc7ea9214
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 4 additions and 5 deletions

View File

@ -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 }}