change token installment again

This commit is contained in:
Christoph J. Scherr 2024-01-17 09:21:55 +01:00
parent 323babd46b
commit fdd98dc110
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 3 additions and 2 deletions

View File

@ -29,8 +29,9 @@ jobs:
- name: publish crates on git.cscherr.de
uses: katyo/publish-crates@v2
with:
args: --registry cscherr --token="Bearer ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}"
registry-token: "Bearer ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}"
env:
- CSCHERR_CARGO_TOKEN: "Bearer ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}"
args: --registry cscherr --token=$CSCHERR_CARGO_TOKEN
#- uses: katyo/publish-crates@v2
# with:
# args: --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}