Use the personal Cargo token

Use this instead of the (missing) repository's secret.
This commit is contained in:
Paul van Tilburg 2023-05-26 20:05:52 +02:00
parent 1c71ca79ef
commit 112875e7ac
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ jobs:
uses: https://github.com/actions-rs/cargo@v1
env:
# This needs to be provided for the repository; no login necessary as a result.
CARGO_REGISTRIES_LUON_TOKEN: '${{ secrets.CARGO_REGISTRIES_LUON_TOKEN }}'
CARGO_REGISTRIES_LUON_TOKEN: '${{ secrets.CARGO_TOKEN }}'
with:
command: publish
args: --registry luon