Update token
Some checks failed
Release packages / build-and-release-artifact (push) Failing after 1m11s

This commit is contained in:
2025-05-07 21:03:17 +02:00
parent 42c87cf6e5
commit cf2722feee

View File

@@ -61,7 +61,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: login
args: ${{ secrets.CARGO_REGISTRY_TOKEN }} --registry gitea
args: --token=${{ secrets.CARGO_REGISTRY_TOKEN }} --registry gitea
- name: Publish to cargo registry
uses: actions-rs/cargo@v1